Hello:
Am body familiar with writing SpamAssassin rules?
Due to a massive spam of Viagra being sent to my server and thus affectig all my clients, I want to come up with rules that can even block by the subject of email ...Through tutorials I given to test this simple rule which I though should flag all msgs with body and subject: testvien
body LOCAL_DEMONSTRATION_RULE /btestvienb/i
score LOCAL_DEMONSTRATION_RULE 0.1
describe LOCAL_DEMONSTRATION_RULE This is a simple test rule
header LOCAL_DEMONSTRATION_SUBJECT Subject =~ /btestvienb/i
score LOCAL_DEMONSTRATION_SUBJECT 10
I follow all the instructions here: http://wiki.apache.org/spamassassin/WritingRules but surely nothing seems to work for me.
Kindly Please anyone familiar with writing custom rules help me.
Thanks