Hi All,

I've written the following rule to deal with spam a particular set of
users are getting hit by that very few of my rules are hitting.

Using --lint the rule come back clean but on testing it appears to be
ignored. It's in the spamassassin directory.

Am I missing something stupid? (Wouldn't be the 1st time)

header __NFheader ALL =~ /live\.com/i
score __NFheader 0.1
uri __NFuri /www\.google\.com\/groups\//
score __NFuri 0.1
meta NFheader_Details (__NFheader && __NFuri)
describe NFheader_Details live dot com spam
score NFheader_Details 5.0

Any help greatly received.

Kind regards

Nigel

Reply via email to