On 8/10/2006 4:24 AM, Matthias Keller wrote:
Hi
I want to take an upstream spamfilter into account.
If it thinks it's spam it adds the following header to the mail:
X-Spam-Classification: spam
But my rule
header MKE_UP_SPAM X-Spam-Classification =~ /spam/i
describe MKE_UP_SPAM upstream spamfilter thinks it's spam
score MKE_UP_SPAM 1.0
never matches... ? Is there a problem with the dashes in the header name
or ... ??
SpamAssassin strips out previous X-Spam-* headers. IIRC it does this
before any rules are run.
Daryl