> The only header that looks like a date in my version of the message is
> the Resent-Date that was added by the mailing list server:
> Resent-Date: 8 Jul 2005 04:22:53 -0000
So, here's whats going on:
- Ticket comes into RT.
- RT sends out the notification to the mailing list, containing a
Resent-To line to satisfy qmail and ezmlm.[1] Does not contain
a Date header.
- qmail adds a Resent-Date header, because it sees Resent-To, and
thus thinks its a resent message.
- Nobody adds a Date header.
So.. I've made our RT always add a Date header, if one does not exist.
Footnotes:
[1] Oh the hoops. The HOOPS!