https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6550

AXB <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from AXB <[email protected]> 2011-03-08 16:01:14 EST ---
(In reply to comment #0)
> Looks like the rule should be:
> 
> urirhssub       URIBL_DBL_REDIRECTOR   dbl.spamhaus.org.       A   127.0.1.3
> body            URIBL_DBL_REDIRECTOR  
> eval:check_uridnsbl('URIBL_DBL_REDIRECTOR')
> describe        URIBL_DBL_REDIRECTOR   Contains a URL listed in the DBL as a
> spammed redirector domain
> tflags          URIBL_DBL_REDIRECTOR   net domains_only
> 
> 
> http://www.spamhaus.org/faq/answers.lasso?section=Spamhaus%20DBL#291
> http://www.spamhaus.org/news.lasso?article=667
> http://mail-archives.apache.org/mod_mbox/spamassassin-users/201103.mbox/%[email protected]%3E

afaik, its missing the "if can"

if can(Mail::SpamAssassin::Plugin::URIDNSBL::has_tflags_domains_only)
urirhssub       URIBL_DBL_REDIRECTOR   dbl.spamhaus.org.       A   127.0.1.3
body            URIBL_DBL_REDIRECTOR  
eval:check_uridnsbl('URIBL_DBL_REDIRECTOR')
describe        URIBL_DBL_REDIRECTOR   Contains a URL listed in the DBL as a
spammed redirector domain
tflags          URIBL_DBL_REDIRECTOR   net domains_only
endif

to avoid queries for IPs and get the 255

-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to