SA Bugzilla – Bug 6402
Some more Received header fields with broken parsing
Last modified: 2013-03-08 00:22:49 UTC
Some more 'Received' header fields with broken parsing (the date in parenthesis should be treated as a comment, not as an IP address): Received: from unknown (HELO public.micromail.com.au) (Tue, 06 Apr 2010 07:36:59 -0400) by smtp4.cyberemailings.com with ESMTP; Tue, 06 Apr 2010 07:36:59 -0400 Received: from nntp.pinxodet.net ([Mon, 05 Apr 2010 11:41:21 -0100]) by m1.gns.snv.thisdomainl.com with QMQP; Mon, 05 Apr 2010 11:41:21 -0100 Received: from unknown (HELO rsmail.alkoholic.net) (Mon, 05 Apr 2010 11:30:32 -0100) by mailout.endmonthnow.com with SMTP; Mon, 05 Apr 2010 11:30:32 -0100
Mark, I don't know what problems these headers caused to identify what to work on. Can you elaborate? Are these examples that parse_received_line needs to handle and we need to add to t/rcvd_parser.t? Regards, KAM
The Received parsing rewrite is long overdue but is not happening any time soon... :(