Turns out I also get another header when X-Spam-Status is set to "Yes, ..."
It looks like this: "X-Spam-Flag: Yes" and never contains any extra
stuff that I might get a false match on.
I'm not sure whether this is a general SpamAssasin feature, or something
my ISP set up (the mail server is not
All,
So I did a bit more digging and have a new theory.
The headerline I want to match comes back in this form:
X-Spam-Status: Yes, score=xxx required=5.0
tests=AWL,BAYES_00,MISSING_HEADERS
All I want to match is the "Yes" bit, since the rest varies... but ALL the
headers, whether they start
I'm, having the exact same problem, and just wrote up a similar question.
My theory is that 'good' headers looks something like this:
"X-Spam-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,TW_QL"
Note that "BAYES_OO" contains the substring "YES"
I'm eagerly awaiting some ideas for fixin
All,
My email has installed spam filtering software that which discards
high-scoring spam, but adds the following header to 'borderline' spam:
X-Spam-Status: Yes
Low scoring messages get a header like so:
X-Spam-Status: No
So I'm trying to install this filter:
* Only unread messag