https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6446
Summary: Duplicate rules: NSL_RCVD_FROM_USER and
RCVD_HAS_FROM_USER
Product: Spamassassin
Version: 3.3.1
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Rules
AssignedTo: [email protected]
ReportedBy: [email protected]
The rules NSL_RCVD_FROM_USER and RCVD_HAS_FROM_USER both appear to be detecting
the same thing. I originally wrote the NSL_RCVD_FROM_USER rule to detect "from
User" in the Received header on Postfix systems (it might not translate to
other MTAs?) and John Hardin picked up the rule for me and pushed it into
testing.
header NSL_RCVD_FROM_USER Received =~ /from User [\[\(]/
header RCVD_HAS_FROM_USER Received =~ /\bfrom\sUser\b/im
So at present the rule is scoring twice, at 2.053 and 1.677 on my system, which
combined is roughly what the the score was for NSL_RCVD_FROM_USER (3.399)
before RCVD_HAS_FROM_USER appeared.
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.