Sandro, > > if can(Mail::SpamAssassin::Plugin::URIDNSBL::has_tflags_domains_only) > > urirhssub URIBL_DBL_REDIR dbl.spamhaus.org. A 127.0.1.3 > > body URIBL_DBL_REDIR eval:check_uridnsbl('URIBL_DBL_REDIR') > > describe URIBL_DBL_REDIR Spamhaus spammed redirector domain > > tflags URIBL_DBL_REDIR net domains_only > > score URIBL_DBL_REDIR 2.0 > > endif > > I tested it on a debina squeeze with spamassassing 3.3.1 and it works. On a > debian Lenny with spamassassin 3.2.5 doesn't seem to work even if the > Mail::SpamAssassin::Plugin::URIDNSBL is present. > > Any possible explanation?
True, the 3.2.5 does not satisfy a requirement for this rule: if can(Mail::SpamAssassin::Plugin::URIDNSBL::has_tflags_domains_only) it came with 3.3. Mark