Re: FORGED_YAHOO_RCVD false positive
by Matt Kettler other posts by this author
Jun 15 2005 1:09PM messages near this date
Re: FORGED_YAHOO_RCVD false positive
|
Re: FORGED_YAHOO_RCVD false positive
jdow wrote:
> It also seems the diff listed is the wrong direction:
> 502d501 < if ($rcvd =~ /by web\S+\.mail\.mud\.yahoo\.com via HTTP/) { return
> 0; }
>
> That line does not exist to be removed.
Looking at the code it is already implemented in 3.0.4, so if you're diffing
against that, well, you're already fixed.
Here's a more proper comparison:
$ diff Mail-SpamAssassin-3.0.3/lib/Mail/SpamAssassin/EvalTests.pm
Mail-SpamAssassin-3.0.4/lib/Mail/SpamAssassin/EvalTests.pm
501c501
< if ($rcvd =~ /by web\S+\.mail\.yahoo\.com via HTTP/) { return 0; }
---
> if ($rcvd =~ /by web\S+\.mail\S*\.yahoo\.com via HTTP/) { return 0; }
And that's the only diff in the file.
Thread:
Monty Ree
Stuart Johnston
Jdow
Matt Kettler
Jdow
Matt Kettler
|