https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6128
Summary: RCVD_IN_DNSWL rules are ignored
Product: Spamassassin
Version: 3.2.5
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P5
Component: Rules
AssignedTo: [email protected]
ReportedBy: [email protected]
The file 72_active.cf from updates.spamassassin.org is incorrect, causing the 3
RCVD_IN_DNSWL rules to be ignored.
The 3 rules are -
RCVD_IN_DNSWL_HI
RCVD_IN_DNSWL_LOW
RCVD_IN_DNSWL_MED)
The following lines are currently AFTER the 3 sub-rules, however they need to
be BEFORE the 3 DNSWL sub-rules -
ifplugin Mail::SpamAssassin::Plugin::DNSEval
header __RCVD_IN_DNSWL eval:check_rbl('dnswl-firsttrusted',
'list.dnswl.org.')
tflags __RCVD_IN_DNSWL nice net
endif
Currently the above lines are AFTER the 3 DNSWL sub-rules which means all of
these rules are ignored.
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.