From: SourceForge.net <no...@so...> - 2004-05-06 17:02:02
|
Feature Requests item #939019, was opened at 2004-04-21 02:27 Message generated for change (Comment added) made by gellyfish You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=425772&aid=939019&group_id=39625 Category: None Group: None >Status: Pending Priority: 5 Submitted By: Alan Miller (fencepost) Assigned to: Nobody/Anonymous (nobody) Summary: TFmail lacks RFC-mandated Date: header Initial Comment: The RFCs for email messages indicate that there should be a Date: field in the headers of each message, but its absence seems to be a standard thing for form-to-email scripts in Perl. Is there a particular reason for leaving it out? Apparently the format is defined in RFC 822 and updated in RFC 1123 (switching to 4-digit years and recommending numeric timezone offsets). The RFCs in question are at http://www.faqs.org/rfcs/rfc822.html (section 5, "DATE AND TIME SPECIFICATION") and http://www.faqs.org/rfcs/rfc1123.html (section 5.2.14). ---------------------------------------------------------------------- >Comment By: Jonathan Stowe (gellyfish) Date: 2004-05-06 17:01 Message: Logged In: YES user_id=313586 Generally (when using a standard MTA ) the Date header will be added by the MTA if it is missing - if you are using MIME::Lite with TFMail this also will add the header. ---------------------------------------------------------------------- Comment By: Alan Miller (fencepost) Date: 2004-04-21 02:30 Message: Logged In: YES user_id=184755 Argh, I'm an idiot - it's not nms-formmail, it's tfmail that doesn't have the date header. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=425772&aid=939019&group_id=39625 |