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: [email protected]
Reporter: [email protected]
CC: [email protected]
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.