Thank you Jake, thank you very much.

 

Best Regards

 


From: Jake Vickers [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 24, 2006 1:40 PM
To: [email protected]
Subject: Re: [qmailtoaster] Defining Rules

 

Özgür Kolukısa wrote:

Hi all,

 

I am using current Toaster on a CentOS 4.3 box. I want to improve spam control by defining rules. I want to define some keywords like wiag_eara  clii_lis (think underscored) and mark for 7-8 level spam. How can i define keywords. Can i use spamasassin or simscan and how ?

 

http://www.intuitive.com/spam-assassin-rule-help.html
This will get you started on writing rules. If all you want to do is filter these specific words:

body         OZ_CUSTOM1    /wiag_eara/i
describe    OZ_CUSTOM1    Word in spam messages
score        OZ_CUSTOM1    7.0

body         OZ_CUSTOM2    /clii_lis/i
describe    OZ_CUSTOM2    Word in spam messages
score        OZ_CUSTOM2    7.0

And just put these in a file in your /etc/mail/spamassassin dir and run spamassassin -D --lint. Call the file something like "70_ozrules.cf".

Reply via email to