Page 1 of 1
New Emails dated 2001 through 2005?
Posted: Thu Jul 06, 2006 2:48 am
by ramstein
Posted: Thu Jul 06, 2006 2:52 am
by timvw
I don't think this is new, i've been recieving e-mails like this for the last couple of years... Anyway, i've simply added a filter to move all incoming e-mails with a suspicious date...
Posted: Thu Jul 06, 2006 8:41 pm
by ramstein
That's odd. I've never received any like that until recently.
Posted: Thu Jul 06, 2006 9:32 pm
by hawleyjr
It's actually pretty simple. set the time on your server for minus x hours (Or plus x hours) and send some emails to your self.
Posted: Sun Jul 09, 2006 1:01 pm
by Chris Corbyn
hawleyjr wrote:It's actually pretty simple. set the time on your server for minus x hours (Or plus x hours) and send some emails to your self.
Or just set the date header as the time you want
Code: Select all
$headers .= "Date: ". date('r', strtotime('20050601')) ."\r\n";