On Mon, 13 Apr 2015 09:10:56 -0500 (CDT) Shane Williams wrote: > Somewhat related questions: > > 1. If I alter a rule's score to 0 locally, my understanding is that > the rule won't even be tested for. Does that also mean it won't count > toward meta-rules?
AFAIK > 2. Is there a way to create a local rule that uses the DKIM/SPF > information such that I could match to other headers. In particular, > I'm looking to either prevent (or at least counteract) the > "HEADER_FROM_DIFFERENT_DOMAINS" rule when a mailing list is > involved. I wouldn't worry, this rule currently scores 0.001, and I doubt it's ever going to have a significant score as it stands. For me it hits more ham than spam. It's actually pretty easy to fix it so it doesn't FP on SRS, mailing lists etc, by looking for the from domain anywhere in the envelope address rather than matching on the end of the envelope domain. For me this would remove most of the FPs without significantly affecting the detection of genuinely mismatched domains. However it would still hit a larger percentage of my ham than spam.