From: SourceForge.net <no...@so...> - 2003-07-08 17:58:47
|
Patches item #702373, was opened at 2003-03-12 12:36 Message generated for change (Comment added) made by fdrake You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=450021&aid=702373&group_id=47611 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Stefan Puiu (stefanpuiu) >Assigned to: Fred L. Drake, Jr. (fdrake) Summary: Added Date: header Initial Comment: syncmail doesn't put a Date: field in mail headers, and qmail doesn't add missing headers to emails it receives, so if you used an MUA behind qmail (like ezmlm and colobus, as I do), the date header would be missing from the received message. I get a date of "1st of January 1970", which of course isn't accurate. Taking into consideration that qmail isn't likely to change, it would be a good idea to have syncmail cope with these differences. So I made this patch to add a Date: field; it could be fixed to add the offset from GMT also. (besides what it prints now). I've written the few lines there by reading python docs and examples, I don't know any python (or didn't know until now) so feel free to criticise :D. ---------------------------------------------------------------------- >Comment By: Fred L. Drake, Jr. (fdrake) Date: 2003-07-08 13:58 Message: Logged In: YES user_id=3066 Patch was missing, but that's ok. The Date: header is generated starting with revision 1.30. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=450021&aid=702373&group_id=47611 |