On Wed, 22 Apr 2015 02:17:00 +0200 Mark Martinec <mark.martinec...@ijs.si> wrote:
> Received: from unknown (HELO localhost) > (bsobolew...@stockton-house.com@236.139.213.194) > by 76.172.150.91 with ESMTPA; Tue, 21 Apr 2015 11:41:10 -0800 > so by a lucky coincidence a misparsed Received ends up > yielding a useful-but-wrong result. It's not really a mis-parsed Received so much as SpamAssassin trying to cope with the myriad non-standard ways different MTAs put the connecting IP in the Received: header. I've had to write Received-parsing code and collected Received: headers from tons of messages in the wild; there is a ridiculous number of variants. Regards, Dianne.