http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4662
Summary: more new yahoo server naming causing FORGED_YAHOO_RCVD
Product: Spamassassin
Version: 3.0.3
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Rules (Eval Tests)
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
I recently noticed that when mail coming in from a legit yahoo account was
getting tagged with FORGED_YAHOO_RCVD. After investigating it appears this is
due to yahoo using servers named webxxxx.mail.mud.yahoo.com. I added the
following line to the EvalTests.pm file:
if ($rcvd =~ /by web\S+\.mail\.mud\.yahoo\.com via HTTP/) { return 0; }
and it fixed the problem.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.