Re: [Bug 5561] FORGED_YAHOO_RCVD false positive

2017-06-06 Thread Kevin A. McGrail
Yes and apologies for the spam about spam.  
Regards,
KAM

On June 6, 2017 8:31:37 PM EDT, sebb  wrote:
>On 7 June 2017 at 00:30, Kevin A. McGrail 
>wrote:
>> I hate making these hard-coded received header parsing.  Any comments
>on
>> this bug?
>
>Wrong mailing list?
>

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



Re: [Bug 5561] FORGED_YAHOO_RCVD false positive

2017-06-06 Thread sebb
On 7 June 2017 at 00:30, Kevin A. McGrail  wrote:
> I hate making these hard-coded received header parsing.  Any comments on
> this bug?

Wrong mailing list?

>
>
>  Forwarded Message 
> Subject:[Bug 5561] FORGED_YAHOO_RCVD false positive
> Date:   Tue, 06 Jun 2017 09:17:50 +
> From:   bugzilla-dae...@issues.apache.org
> To: d...@spamassassin.apache.org
>
>
>
> https://bz.apache.org/SpamAssassin/show_bug.cgi?id=5561
>
> nomen nescio  changed:
>
>What|Removed |Added
> 
>  CC||i...@nomennesc.io
>
> --- Comment #5 from nomen nescio  ---
> Mails with the following (and similar) received headers also falsely
> triggered
> FORGED_YAHOO_RCVD:
>
> Received: from sonic.gate.mail.ne1.yahoo.com by
> sonic309.consmr.mail.bf2.yahoo.com with HTTP; Fri, 2 Jun 2017 11:11:30 +
>
> The following patch fixed the issue:
>
> Index: lib/Mail/SpamAssassin/Plugin/HeaderEval.pm
> ===
> --- lib/Mail/SpamAssassin/Plugin/HeaderEval.pm  (revision 1797757)
> +++ lib/Mail/SpamAssassin/Plugin/HeaderEval.pm  (working copy)
> @@ -528,6 +528,7 @@
>  { return 0; }
>
>if ($rcvd =~ /by web\S+\.mail\S*\.yahoo\.com via HTTP/) { return 0; }
> +  if ($rcvd =~ /by \S+\.mail\S*\.yahoo\.com with HTTP/) { return 0; }
>if ($rcvd =~ /by smtp\S+\.yahoo\.com with SMTP/) { return 0; }
>my $IP_ADDRESS = IP_ADDRESS;
>if ($rcvd =~
>
> --
> You are receiving this mail because:
> You are the assignee for the bug.
>

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



Fwd: [Bug 5561] FORGED_YAHOO_RCVD false positive

2017-06-06 Thread Kevin A. McGrail
I hate making these hard-coded received header parsing.  Any comments on 
this bug?




 Forwarded Message 
Subject:[Bug 5561] FORGED_YAHOO_RCVD false positive
Date:   Tue, 06 Jun 2017 09:17:50 +
From:   bugzilla-dae...@issues.apache.org
To: d...@spamassassin.apache.org



https://bz.apache.org/SpamAssassin/show_bug.cgi?id=5561

nomen nescio  changed:

   What|Removed |Added

 CC||i...@nomennesc.io

--- Comment #5 from nomen nescio  ---
Mails with the following (and similar) received headers also falsely triggered
FORGED_YAHOO_RCVD:

Received: from sonic.gate.mail.ne1.yahoo.com by
sonic309.consmr.mail.bf2.yahoo.com with HTTP; Fri, 2 Jun 2017 11:11:30 +

The following patch fixed the issue:

Index: lib/Mail/SpamAssassin/Plugin/HeaderEval.pm
===
--- lib/Mail/SpamAssassin/Plugin/HeaderEval.pm  (revision 1797757)
+++ lib/Mail/SpamAssassin/Plugin/HeaderEval.pm  (working copy)
@@ -528,6 +528,7 @@
 { return 0; }

   if ($rcvd =~ /by web\S+\.mail\S*\.yahoo\.com via HTTP/) { return 0; }
+  if ($rcvd =~ /by \S+\.mail\S*\.yahoo\.com with HTTP/) { return 0; }
   if ($rcvd =~ /by smtp\S+\.yahoo\.com with SMTP/) { return 0; }
   my $IP_ADDRESS = IP_ADDRESS;
   if ($rcvd =~

--
You are receiving this mail because:
You are the assignee for the bug.



Help with task: Create Twitter list of all projects

2017-06-06 Thread Ali Vargas
I would like to help out with the task listed at 
https://helpwanted.apache.org/task.html?5c18cd0e

Name is Ali Vargas on the twitter page. For further more action please reply 
back. Thank you