You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2003/12/28 22:38:40 UTC

[Bug 2871] New: RegExp fails to match valid received header in FORGED_YAHOO_RCVD

http://bugzilla.spamassassin.org/show_bug.cgi?id=2871

           Summary: RegExp fails to match valid received header in
                    FORGED_YAHOO_RCVD
           Product: Spamassassin
           Version: 2.61
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Rules (Eval Tests)
        AssignedTo: spamassassin-dev@incubator.apache.org
        ReportedBy: JacobBurckhardt@yahoo.com


I will attach an email in which spamassasin said FORGED_YAHOO_RCVD.  I
do not think it should say that since I sent it through yahoo.  I
think my email has a yahoo received header, but I think spamassasin
failed to recognize it as a valid received header.  I will attach a
patch which makes spamassasin recognize the header.  The patch deletes
an escaped period from the regular expression so that the expression
will match smtp014.mail.yahoo.com.  The old code did not match that
since my email header did not have a period after the "smtp".

I tested it with this command:

spamassassin < email



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