https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6724
Kevin A. McGrail <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Kevin A. McGrail <[email protected]> 2011-12-13 15:13:30 UTC --- I've created an anchor link about this issue at: http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block Matthias, are you able to block/return no answers or return a last octet of 255 as a blocked answer. And NOT return purposefully wrong answers? If so, a rule like this would work, yes? ifplugin Mail::SpamAssassin::Plugin::DNSEval header RCVD_IN_DNSWL_BLOCKED eval:check_rbl_sub('dnswl-firsttrusted', '^127\.0\.\d+\.255$') describe RCVD_IN_DNSWL_BLOCKED ADMINISTRATOR NOTICE: The query to DNSWL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. score RCVD)IN_DNSWL_BLOCKED 0.001 tflags RCVD_IN_DNSWL_BLOCKED nice net endif -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
