[Tickets #14574] Re: Invalid Received header
noreply at bugs.horde.org
noreply at bugs.horde.org
Mon Feb 6 19:01:03 UTC 2017
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/14574
------------------------------------------------------------------------------
Ticket | 14574
Updated By | azurit at pobox.sk
Summary | Invalid Received header
Queue | IMP
Version | 6.2.17
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
azurit at pobox.sk (2017-02-06 19:00) wrote:
IMP is generating this Received header which contains IP address of a client:
Received: from 1.2.3.4 ([1.2.3.4]) by webmail.example.com
(Horde Framework) with HTTPS; Mon, 06 Feb 2017 13:00:50 +0100
The problem is that the first IP address (within no brackets) is
supposed to be an HELO/EHLO string. If HELO/EHLO is an IP address, it
must be inside "[" and "]" brackets. The headers should look like this:
Received: from [1.2.3.4] ([1.2.3.4]) by webmail.example.com
(Horde Framework) with HTTPS; Mon, 06 Feb 2017 13:00:50 +0100
Current format is doing problems for example with SpamAssassin:
E-mails are fireing RCVD_NUMERIC_HELO and FSL_HELO_BARE_IP_2 spam
checks. You can try it here:
http://spamcheck.postmarkapp.com/
More information about the bugs
mailing list