Ticket #3491 (new defect)
Opened 4 years ago
Emails from EPrints appear with "Unknown date" in some mail clients
| Reported by: | tmb | Owned by: | |
|---|---|---|---|
| Priority: | Would be nice | Milestone: | EPrints 3.2.10 |
| Component: | - | Version: | 3.1 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
If no date is specified, MIME::Lite will automatically add a Date: header with the current date/time (timezone = UT).
Some (webmail) clients don't support UT dates, and display "Unknown date".
See: http://forum.spamcop.net/forums/lofiversion/index.php/t9207.html http://marc.info/?l=imp&m=119825252603323&w=2
We can explicitly provide the date to MIME::Lite, or tell it not to automatically add a Date: header and rely on the mail server/client to do something sensible (see Datestamp param).
Note: See
TracTickets for help on using
tickets.
