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
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
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
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