Spam Problem

John Wilcock john at tradoc.fr
Wed Jan 21 14:07:11 GMT 2009


Le 21/01/2009 14:44, Raymond Dijkxhoorn a écrit :
>> We are being plagued with emails that are sent with the address of our
>> users, but not from our mailserver.
>>
>> Basically an email is sent to the user fred at domain from fred at domain.
>
> Implement SPF!

And write a meta-rule to bump up the score for mail from your domain 
that fails SPF:

header	__FROM_YOURDOMAIN 	From =~ /\@your-domain\.com\b/i
meta	SPF_FAIL_YOURDOMAIN 	(SPF_FAIL && __FROM_YOURDOMAIN)
score	SPF_FAIL_YOURDOMAIN 	2.0

John.

-- 
-- Over 3000 webcams from ski resorts around the world - www.snoweye.com
-- Translate your technical documents and web pages    - www.tradoc.fr


More information about the MailScanner mailing list