--- Mail/SpamAssassin/Message/Metadata/Received.pm-orig 2003-12-17 07:08:44.000000000 -0500 +++ Mail/SpamAssassin/Message/Metadata/Received.pm 2004-11-01 19:48:11.000000000 -0500 @@ -401,6 +401,16 @@ return; } + # ignore IMP injection steps. + # from from CPE-203-45-11-59.vic.bigpond.net.au + # (CPE-203-45-11-59.vic.bigpond.net.au [203.45.11.59]) + # by webmail.brunny.com (IMP) with HTTP + # for ; Sun, 24 Oct 2004 10:21:07 +1000 + if (/ \(IMP\) with HTTP for /) { + dbg ("received-header: ignored IMP injection: $_"); + return; + } + if (/\[XMail /) { # bug 3791 # Received: from list.brainbuzz.com (63.146.189.86:23198) by mx1.yourtech.net with [XMail 1.20 ESMTP Server] id for from ; Sat, 18 Sep 2004 23:17:54 -0500 # 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 for from ; Sat, 18 Sep 2004 23:17:54 -0500