wrote on Wed, 7 Dec 2005 20:27:11 -0800:

> If SpamAssassin has some particular prefered format for Received 
> headers, I'd certainly consider changing the format for the next 
> release of Mail Avenger.  But if this is something that SpamAssassin 
> could fix, that would be good, too.

You can submit a bug report at the SA bugzilla:
http://issues.apache.org/SpamAssassin/
I don't know if they will be able to adapt (see below).

I think everyone would benefit if you change the Received format to the 
standard format, see below. The problem with different formats is that 
it's not always possible to determine the format, after all there's no 
header X-Received-Format: which could be checked and then the correct 
Regexp applied. Instead you have to put safeguard after safeguard in the 
regexp, so that it doesn't match too many false stuff. It's simply near as 
impossible to do that. In the end you end up with nothing matching at all.

Received: from mail.apache.org (hermes.apache.org [209.237.227.199])
 by n8.online-netz.de (8.12.10/8.12.10/nx 1.4) with SMTP id jB83OH7p031721
 for <[EMAIL PROTECTED]>; Thu, 8 Dec 2005 04:24:18 +0100

where "mail.apache.org" is the HELO and the stuff in () is IP and reverse 
dns, AFAIK. This format is pretty standard = many mailers use it, not only 
sendmail.

Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



Reply via email to