[quote user="MartinB"]
Any way to block emails that are dated incorrectly ??
eg:
if date is earlier that 1st Jan 2008 the drop ??
I get lots of spam with dates going back years...
[/quote]
Not at the SMTP level. You can use the Content Control and some rule like:
IF NOT HEADER "Date" MATCHES "* 2008 *" WEIGHT 100 TAG "Probably faked Date header"
but actually I wouldn't recommend it. It will probably also hit on mails without a date header, which is a RFC violation but unfortunately often the case with commercial newsletters and such. Besides, you have to remind the rule if all of a sudden at the beginning of 2009 all incoming mail is treated as spam.
Best regards,
Nico
[quote user="MartinB"]<P>Any way to block emails that are dated incorrectly ?? </P><P>eg:</P><P>if date is earlier that 1st Jan 2008 the drop ??
I get lots of spam with dates going back years...
[/quote]</P><P>Not at the SMTP level. You can use the Content Control and some rule like:</P><P>IF NOT HEADER "Date" MATCHES "* 2008 *" WEIGHT 100 TAG "Probably faked Date header"
but actually I wouldn't recommend it. It will probably also hit on mails without a date header, which is a RFC violation but unfortunately often the case with commercial newsletters and such. Besides, you have to remind the rule if all of a sudden at the beginning of 2009 all incoming mail is treated as spam.
</P><P> </P><P>Best regards,</P><P>Nico</P>