https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7109
Bug ID: 7109
Summary: Test for Spamhaus CSS missing
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Rules
Assignee: [email protected]
Reporter: [email protected]
The RCVD_IN_CSS rule that checks a relay against the Spamhaus CSS list seems to
have disappeared. Looking at my 3.3.x rules the test existed in 72_active.cf.
In my 3.4.x rules it no longer exists.
It seems like the follow should be added to 20_dnsbl_tests.cf, around where the
other Spamhaus ZEN checks are done:
# CSS is the Spamhaus Block List: http://www.spamhaus.org/css/
header RCVD_IN_CSS eval:check_rbl_sub('zen', '127.0.0.3')
describe RCVD_IN_CSS Received via a relay in Spamhaus CSS
tflags RCVD_IN_CSS net
reuse RCVD_IN_CSS
--
You are receiving this mail because:
You are the assignee for the bug.