http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5561
Summary: FORGED_YAHOO_RCVD false positive
Product: Spamassassin
Version: 3.0.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P4
Component: Rules (Eval Tests)
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
I've received several legit emails sent via servers web12345.mail.re2.yahoo.com
not just the (normal?) web12345.mail.yahoo.com servers.
Adding a line to EvalTests.pm like
if ($rcvd =~ /by web\S+\.mail\.re2\.yahoo\.com via HTTP/) { return 0; }
has fixed that problem for me, and those emails now seem to be given a more
accurate score.
NB: I can only confirm this with 3.0.0 under OpenBSD but I had a quick look at
the source for 3.2.1 and I am fairly sure the issue hasn't been resolved in
3.2.1, and clearly this issue is not dependent on platform/OS. I'd be
interested in seeing if others are having similar issues with yahoo.com servers
so we can make the rule as useful as possible.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.