Hi SA users, In the past (3.2.5 or so) I used to be able to use local.cf to override rule settings like this,
header __RCVD_IN_ZEN eval:check_rbl('zen', 'zen.dnsbl.') header RCVD_IN_XBL eval:check_rbl('zen-lastexternal', 'zen.dnsbl.', '127.0.0.[45678]') header RCVD_IN_PBL eval:check_rbl('zen-lastexternal', 'zen.dnsbl.', '127.0.0.1[01]') uridnsbl URIBL_SBL` sbl.dnsbl. TXT (I am changing the host used for lookups to a local host) but now (3.3.1) those seem to be ignored in favor of the default settings. Did this behavior change? I started working on a different solution (proposed by Kevin Olson @ mxtools) of cloning the rules with a different name, changing those, and disabling the main rules. But the problem with that is that there are lots of rules that depend on these particular rule names which break. I could close those as well, but likely there are things that depend on them as well and the end result is a complete mess that's hard to maintain. Thanks, -- Matt Taggart tagg...@riseup.net