Re: [SM-USERS] message filters not grabbing the proper items. -- solved!

2004-12-17 Thread Matt Keveney
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

Re: [SM-USERS] Spaces OK in a message filter 'contains' string?

2004-12-16 Thread Matt Keveney
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

Re: [SM-USERS] message filters not grabbing the proper items.

2004-12-16 Thread Matt Keveney
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

[SM-USERS] Spaces OK in a message filter 'contains' string?

2004-12-08 Thread Matt Keveney
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