[Qmail-scanner-general]Bug in sub-spamassassin.pl

2006-01-19 Thread Kris
Hi, there appears to be a bug in sub-spamassassin.pl First off, im using unix domain sockets in /var/run/spamd, and running in debug mode (my full configure options are at the bottom of this mail)   it is launching spamc this way:sh -c /usr/bin/spamc -U /var/run/spamd  -R   < /var/spool/qmailscan/w

Re: [Qmail-scanner-general]BUG in sub-spamassassin.pl + FIX

2003-02-25 Thread Jason Haar
On Tue, Feb 25, 2003 at 04:33:46PM -0600, Dallas Engelken wrote: > Details: The variables $sa_status, $sa_score and $sa_max can be overwrote > by including a X-Spam-Status: line in the body of the message. Well spotted! I recall that code: it's like it is because of a bug in SA some 6-8 months ago

Re: [Qmail-scanner-general]BUG in sub-spamassassin.pl + FIX

2003-02-25 Thread D.Monroe
Dallas Engelken wrote: Software Affected: qmail-scanner-queue Versions Affected: Through 1.16 Details: The variables $sa_status, $sa_score and $sa_max can be overwrote by including a X-Spam-Status: line in the body of the message. DOH...the first thing I did when I set up Q-S was send in a test

[Qmail-scanner-general]BUG in sub-spamassassin.pl + FIX

2003-02-25 Thread Dallas Engelken
Software Affected: qmail-scanner-queue Versions Affected: Through 1.16 Details: The variables $sa_status, $sa_score and $sa_max can be overwrote by including a X-Spam-Status: line in the body of the message. ## while () { if ($spamc_options =~ /\-c/) { ($sa_s