http://bugzilla.spamassassin.org/show_bug.cgi?id=3600
------- Additional Comments From [EMAIL PROTECTED] 2004-11-05 09:16 -------
Heiko sent me a note with Exim headers in it... After some digging I found
that the Exim stuff has a
specific section in the parser, none of which match the /^by .../ headers in
the message. The headers
then fall through and hit an explicit ignore rule:
# Received: by faerber.muc.de (OpenXP/32 v3.9.4 (Win32) alpha @
# 2003-03-07-1751d); 07 Mar 2003 22:10:29 +0000
# ignore any lines starting with "by", we want the "from"s!
if (/^by \S+ /) { return; }
So it looks like we need to stop ignoring it, or more importantly handle things
appropriately in
the Exim code. ;)
I think the code says it best:
# one of the HUGE number of Exim formats :(
# This must be scriptable.
What's up with Exim constantly changing the output formats for the Received
header?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.