http://bugzilla.spamassassin.org/show_bug.cgi?id=3791
------- Additional Comments From [EMAIL PROTECTED] 2004-10-01 22:57 ------- I don't think this new code will account for all the variations of the XMail received headers. My original code does. 1) Only the more recent version of XMail shows ports after the IP addresses. 2) You MAY or MAY NOT have IPs for EITHER the client connecting and the server receiving. 3) The keyword "from" near the end of the line MAY or MAY NOT have anything after it. Slightly older versions had nothing if the MAIL-FROM was <>. The newer versions keep the <>. If it is missing, then there is (I think) a single space between the "from" and the ";" Below are the same received header in some possible formats XMail servers may record it (the header recording method used is configured by the mail server admin) -- plus also add that all these can also be missing the ports -- ex: (209.32.147.34) instead of (209.34.147.34:25) and the "from <[EMAIL PROTECTED]>;" can also be "from ;"... ----- Received: from list.brainbuzz.com (63.146.189.86:23198) by mx1.yourtech.net (209.32.147.34:25) with [XMail 1.20 ESMTP Server] id <S72E> for <[EMAIL PROTECTED]> from <[EMAIL PROTECTED]>; Sat, 18 Sep 2004 23:17:54 -0500 ----- Received: from list.brainbuzz.com by mx1.yourtech.net (209.32.147.34:25) with [XMail 1.20 ESMTP Server] id <S72E> for <[EMAIL PROTECTED]> from <bounce- [EMAIL PROTECTED]>; Sat, 18 Sep 2004 23:17:54 -0500 ----- Received: from list.brainbuzz.com (63.146.189.86:23198) by mx1.yourtech.net with [XMail 1.20 ESMTP Server] id <S72E> for <[EMAIL PROTECTED]> from <[EMAIL PROTECTED]>; Sat, 18 Sep 2004 23:17:54 - 0500 ----- Received: from list.brainbuzz.com by mx1.yourtech.net with [XMail 1.20 ESMTP Server] id <S72E> for <[EMAIL PROTECTED]> from <bounce-cscommunity- [EMAIL PROTECTED]>; Sat, 18 Sep 2004 23:17:54 -0500 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
