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 2004/09/23 19:08:23 UTC

[Bug 3812] Received header parser gets SMTPSVC headers wrong

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





------- Additional Comments From jm@jmason.org  2004-09-23 10:08 -------
Created an attachment (id=2362)
 --> (http://bugzilla.spamassassin.org/attachment.cgi?id=2362&action=view)
fix

this patch does the following:

1. collects all regexps that refer to SMTPSVC into one group, to reduce overall
number of regexp matches in the Received hdr parser
2. allows assorted junk to appear after the IP address, because different MS
servers seem to use diff strings ("unverified", "RDNS failed", empty string,
etc.)
3. adds regression test cases to t/rcvd_parser.t




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