You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2014/10/09 13:51:48 UTC

[Bug 7089] New: add domains_only function to DNSEval.pm

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

            Bug ID: 7089
           Summary: add domains_only function to DNSEval.pm
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Libraries
          Assignee: dev@spamassassin.apache.org
          Reporter: axb.lists@gmail.com
                CC: Mark.Martinec@ijs.si

To safely deploy a rule to query Spamhaus' DBL as in rule below 

header  __DBL_ENVFROM  eval:check_rbl_envfrom('dbl_envfrom',
'dbl.spamhaus.org.')
tflags __DBL_ENVFROM    net
header      FROM_DBL_SPAM   eval:check_rbl_sub('dbl_envfrom', '127.0.1.2')
describe    FROM_DBL_SPAM           Sender in Spamhaus DBL SPAM blocklist
tflags      FROM_DBL_SPAM           net
score       FROM_DBL_SPAM           1.0

we'd need the "domains_only" tflag which is specific to rules invoking URIDNSBL
but not included in DNSEval.pm

-- 
You are receiving this mail because:
You are the assignee for the bug.