Last modified: 2010-05-15 15:37:39 UTC
I noticed that mediawiki's current email system does not include the date header when sending emails. $headers['Date'] = date('r'); needs to be added to include/UserMailer.php (I'm using SMTP email if that matters, mail server is not localhost)
Fixed in CVS HEAD. Postfix automatically inserts a Date: header so this one took some tcpdump'ing to confirm. ;)