https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6212
Summary: Evaluate Hostkarma JMF DNSBL's
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: Other
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: Rules
AssignedTo: [email protected]
ReportedBy: [email protected]
Please add the following rules to the sandbox for testing so we can get some
statistics from the weekly masschecks.
http://wiki.junkemailfilter.com/index.php/Spam_DNS_Lists#How_to_use_the_Lists
hostkarma.junkemailfilter.com responds to DNS queries with a few types of
responses. These three rules probably interest us the most.
header __RCVD_IN_JMF
eval:check_rbl('JMF-lastexternal','hostkarma.junkemailfilter.com.')
describe __RCVD_IN_JMF Sender listed in JunkEmailFilter,
ttp://hostkarma.junkemailfilter.com
tflags __RCVD_IN_JMF net
header RCVD_IN_JMF_W eval:check_rbl_sub('JMF-lastexternal', '127.0.0.1')
describe RCVD_IN_JMF_W Sender listed in JMF-WHITE,
http://hostkarma.junkemailfilter.com
tflags RCVD_IN_JMF_W net nice
header RCVD_IN_JMF_BL eval:check_rbl_sub('JMF-lastexternal', '127.0.0.2')
describe RCVD_IN_JMF_BL Sender listed in JMF-BLACK,
http://hostkarma.junkemailfilter.com
tflags RCVD_IN_JMF_BL net
header RCVD_IN_JMF_BR eval:check_rbl_sub('JMF-lastexternal', '127.0.0.4')
describe RCVD_IN_JMF_BR Sender listed in JMF-BROWN,
http://hostkarma.junkemailfilter.com
tflags RCVD_IN_JMF_BR net
The "yellow" list claims to list IP's of Yahoo, GMail, Hotmail, etc. It costs
us nothing to trigger a sub-rule on it. It might be interesting to see its
results in masschecks.
header RCVD_IN_JMF_YL eval:check_rbl_sub('JMF-lastexternal', '127.0.0.3')
describe RCVD_IN_JMF_YL Sender listed in JMF-YELLOW,
http://hostkarma.junkemailfilter.com
tflags RCVD_IN_JMF_YL net
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.