
bugzilla-daemon at bugzilla
Dec 28, 2003, 2:38 PM
Post #1 of 1
(269 views)
Permalink
|
|
[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 [at] incubator ReportedBy: JacobBurckhardt [at] yahoo 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.
|