This is on a spamd/spamc setup using qmail and qmail scanner, which then forwards the mail to a mirapoint virus scanning server, which if it finds a "From" header at the beginning of the line, will MANGLE the header.
Thanks
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 17, 2002 7:52 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [SAtalk] Bug in NoMailAudit.pm for Spamassassin 2.0
[EMAIL PROTECTED] said:
> On line 190 of NoMailAudit.pm:
> $from = "From $f ".(scalar localtime(time))."\n";
> should be changed to
> $from = "\tfrom $f ".(scalar localtime(time))."\n";
> Some commercial virus scanners such as mirapoint (which uses Trend
> Viruswall) reads this From line as the end of headers
> And the rest of the headers show up in the body of the message..
> I'm not sure who is in the wrong here, SA or Mirapoint, but making this
> simple fix makes the headers more readable, and fixes my header issure.
Tim -- quick question:
how are you running SpamAssassin in this setup? "spamassassin",
for local delivery, or "spamassassin -P" or "spamc"?
This line sometimes needs to be there, sometimes not :(
--j.