The mail server is receiving the output of a cron job 20 minutes before the cron job even runs.
If I can find out how that’s happening, I should be able to make a fortune!
Received: from < deleted> (deleted[127.0.0.1]) by (deleted) (8.13.6/8.13.6) with ESMTP id for deleted>; Wed, 9 May 2007 03:01:06 -0500 (CDT) (envelope-from root@deleted)
Received: from unknown (HELO deleted) (deleted)
by mail.deleted with (DHE-RSA-AES256-SHA encrypted) SMTP; 9 May 2007 07:39:21 -0000
Now, allowing for the time zone difference of 5 hours, how does that mail arrive 20 minutes before it was sent?
The sending server:
> date
Wed May 9 17:08:44 CDT 2007
The mail server:
$ date
Wed May 9 17:09:56 CDT 2007
As you can see, they’re clocks aren’t off (allowing for the time it took me to log in).