On 08/06/2012 08:01 AM, Bowie Bailey wrote: > Actually, since these are more complex rules, just setting the score to > 0 will not stop the DNS check. This is what I have in my config: > > # Blocking Zen with MTA...don't need these > meta RCVD_IN_SBL (0) > meta RCVD_IN_XBL (0) > meta RCVD_IN_PBL (0) > score __RCVD_IN_ZEN 0
You have it backwards. I'm pretty sure scoring a rule at zero will disable it, even the DNS lookup, UNLESS it is an underscore-prefix rule (which is not scored). Note that zeroing a meta rule that depends on a lookup does not disable the dependent rule. Lookups in underscored rules can only be disabled by redefining the rule. Parentheses in metas are just like in math, so the above quoted definitions surrounding a statement in them is redundant (unlike for scores, which makes them relative). You'd likely do better with: meta RCVD_IN_SBL 0 meta RCVD_IN_XBL 0 meta RCVD_IN_PBL 0 meta __RCVD_IN_ZEN 0 or score RCVD_IN_SBL 0 score RCVD_IN_XBL 0 score RCVD_IN_PBL 0 meta __RCVD_IN_ZEN 0
signature.asc
Description: OpenPGP digital signature