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 2009/11/25 19:17:34 UTC

[Bug 5883] support for Communigate Pro Received: header

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

--- Comment #5 from Mark Martinec <Ma...@ijs.si> 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@postbox.tomsk.ru [77.106.72.91] verified) by relay2.tomsk.ru
(CommuniGate Pro SMTP 5.1.13) with ESMTPSA id 9828571 for
hostmaster@ns.tomsk.ru; 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.