How to add a spamassassin rule to block all mails that contain a certain word
Hi,
I get quite a lot spam. A couple mails per day.
I am know trying to block those via spamassassin, however it is not working. For example, I get daily mails from someone with a different e-mail adress everytime, but in the FROM name is always the word 'Degree'
So, I created this rule:
Test Name: Degree
Check: From: header
Match expression: / [Degree] / []
Score to apply: 10
What am I doing wrong? Is there documentation somewhere on how the match expression should be formed?