Greetings, I've been using spamassassin 2.55 for a while now on Mandrake 9.2.
I have a list of URL's that are grouped to form a pretty big meta tag, and this has worked great for years now. Recently, one
dirtbag message has found a way through the defenses and I can't figure out where it's breaking. The interesting thing is that if I
forward this message to myself it works fine, and uses my custom body checks.
I have verified that womenhavebeen.com *IS* in my body_checks list (in my local.cf), but it seems that spamassassin just ignores the
body_checks on the original message.
Does anyone have any clue as to why this is happening?
Well.. Can you give us some more clues as to what you're doing?
What does your rule look like? is it a body rule? a rawbody rule, or a uri rule?
If it is a body rule, then it won't match any urls that are inside a HTML tag. HTML tags are stripped prior to running body rules. Use rawbody, or uri rules instead.