https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6242

Tony Finch <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
         AssignedTo|[email protected] |[email protected]

--- Comment #10 from Tony Finch <[email protected]> 2010-03-31 13:39:12 UTC ---
Created an attachment (id=4728)
 --> (https://issues.apache.org/SpamAssassin/attachment.cgi?id=4728)
fix http-dav regex

Ooops.

This code fails to match (some? all?) HTTP-DAV Received: headers if the "with
..." part comes immediately before the date part, because the date and any
preceding whitespace and semicolons are stripped. For example (wrapped by me):

Received: from 81.107.35.91 ([81.107.35.91])
 by silicon.mrc-epid.cam.ac.uk ([131.111.251.141])
 via Exchange Front-End Server webmail.mrc-epid.cam.ac.uk ([131.111.251.150])
 with Microsoft Exchange Server HTTP-DAV ; Tue, 30 Mar 2010 18:48:48 +0000

The trailing space in the regex fails to match in this instance.

-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to