RE: [SAtalk] Bug in NoMailAudit.pm for Spamassassin 2.0

2002-01-19 Thread Charlie Watts
L PROTECTED] > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Sent: 1/18/02 10:35 PM > Subject: Re: [SAtalk] Bug in NoMailAudit.pm for Spamassassin 2.0 > > > [EMAIL PROTECTED] said: > > > This is on a spamd/spamc setup using qmail and qmail scanne

RE: [SAtalk] Bug in NoMailAudit.pm for Spamassassin 2.0

2002-01-19 Thread thelton
Title: RE: [SAtalk] Bug in NoMailAudit.pm for Spamassassin 2.0   Having the from line is no problem, just having a in front of it fixes the problem.. Maybe you could try this behavior, and see if it works for everyone. -Original Message- From: [EMAIL PROTECTED] To: [EMAIL

Re: [SAtalk] Bug in NoMailAudit.pm for Spamassassin 2.0

2002-01-18 Thread Craig Hughes
That sounds emminently reasonable, since it's easier to delete the line (with formail or tail +2 or whatever) than add it, and we didn't have enough command line options in spamc anyway :) C On Fri, 2002-01-18 at 19:35, Justin Mason wrote: [EMAIL PROTECTED] said: > This is on a spam

Re: [SAtalk] Bug in NoMailAudit.pm for Spamassassin 2.0

2002-01-18 Thread Justin Mason
[EMAIL PROTECTED] said: > 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. OK -- we have several people using spamc/spamd w

RE: [SAtalk] Bug in NoMailAudit.pm for Spamassassin 2.0

2002-01-18 Thread thelton
Title: RE: [SAtalk] Bug in NoMailAudit.pm for Spamassassin 2.0 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 heade

Re: [SAtalk] Bug in NoMailAudit.pm for Spamassassin 2.0

2002-01-17 Thread Justin Mason
[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

[SAtalk] Bug in NoMailAudit.pm for Spamassassin 2.0

2002-01-17 Thread thelton
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