> X-Spam-Status: No, hits=11.5 required=5.0

There is a problem with SpamAssassin v2.4.x and 'fast' mode on spamc.
('spamc -c').  It will consistently exit with "not spam", even when the
number of hits says it is in fact spam.

Two fixes:

1) Edit your qmail-scanner-queue.pl file and change the line:

my $spamc_options=' -c -f';

to:

my $spamc_options=' -f';

.. which will turn off 'fast' mode and instead use verbose mode.  Keep in
mind, though, this will tag the body of the spam with a full diagnosis.

2) This issue is (apparently) fixed in the CVS version of SpamAssassin
(v2.5). Upgrading should fix the problem -- but since it is a CVS version,
upgrading may or may not introduce other problems. v2.5 works fine for me,
but YMMV.

- J

----- Original Message -----
From: "John Barton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 27, 2002 4:59 PM
Subject: [Qmail-scanner-general]SpamAssassin not altering subject on spam
messages


>
> I am having trouble getting spamassassin to work properly [...]
> I have a SuSE 7.3 box running qmail-1.03 and qmail-scanner 1.14 with
> spamassassin 2.4.1. [...] Message headers say something like this:
> X-Spam-Status: No, hits=11.5 required=5.0
> So it says it is not spam even though it is over the threshold.

[snip]



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to