I try to define a rule for the header field "X-Spam-Flag" in the incoming rule to check whether this e-mail already has been checked. I created a little test-email with the following headers:
X-SPAM-FLAG: YES
X-SPOM-FLAG: YES
The rules are:
header ALLREADY X-SPAM-FLAG:raw =~ /YES/
describe ALLREADY wurde schon mal markiert
score ALLREADY 4
header OLLREADY X-SPOM-FLAG:raw =~ /YES/
describe OLLREADY wurde schon mal markiert
score OLLREADY 4
and the result is:
4.0 OLLREADY wurde schon mal markiert
So my question: How do I get the rule ALLREADY working just like OLLREADY does?