https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7101
--- Comment #9 from Mark Martinec <[email protected]> --- > In the past it used to be: > Received: from [87.78.98.150] by msvc200 with HTTP; Wed, 16 Apr 2014 > 17:31:00 +0200 > Now it's: > Received: from [94.79.161.130] by 3capp-webde-bs01.dlan.cinetic.de (via > HTTP); Tue, 11 Nov 2014 20:32:34 +0100 Note an important difference: the 'WITH' clause in a trace information is one of the standard clauses, like the FROM, ID, FOR, VIA, BY: RFC 5321, section: 4.4. Trace Information Via = CFWS "VIA" FWS Link With = CFWS "WITH" FWS Protocol Link = "TCP" / Addtl-Link Addtl-Link = Atom but in the above sample the '(via HTTP)' is a *comment* (CFWS), not a VIA clause! I'm not sure if the fix does the right thing. -- You are receiving this mail because: You are the assignee for the bug.
