ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> spamassassin-users
spamassassin-users
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved