
bugzilla-daemon at bugzilla
Nov 25, 2009, 10:17 AM
Post #1 of 1
(229 views)
Permalink
|
|
[Bug 5883] support for Communigate Pro Received: header
|
|
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5883 --- Comment #5 from Mark Martinec <Mark.Martinec [at] ijs> 2009-11-25 10:17:32 UTC --- Bug 5883 - support for Communigate Pro 'Received' header field; folded-in all supplied test cases into t/rcvd_parser.t Sending lib/Mail/SpamAssassin/Message/Metadata/Received.pm Sending t/rcvd_parser.t Committed revision 884223. The situation is much improved now, thanks! There is still one of the supplied test cases failing, which is why I left it commented out in rcvd_parser.t (the last one). According to the problem description (contains 'verified'), the following header field should provide the 'docsis-77-106-72-91.tomtelnet.ru' both as a helo name, as well as the rdns name - yet it leaves rdns empty: Received: from docsis-77-106-72-91.tomtelnet.ru (account moskalenko [at] postbox [77.106.72.91] verified) by relay2.tomsk.ru (CommuniGate Pro SMTP 5.1.13) with ESMTPSA id 9828571 for hostmaster [at] ns; Sun, 06 Apr 2008 04:00:16 +0700 expected: [ ip=77.106.72.91 rdns=docsis-77-106-72-91.tomtelnet.ru helo=docsis-77-106-72-91.tomtelnet.ru by=relay2.tomsk.ru ident= envfrom= id=9828571 auth=ESMTPSA msa=0 ] got : [ ip=77.106.72.91 rdns= helo=docsis-77-106-72-91.tomtelnet.ru by=relay2.tomsk.ru ident= envfrom= id=9828571 auth=ESMTPSA msa=0 ] Please improve the patch. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
|