I’m running SA v 3.0.2 on Debian Woody.

 

Spamassassin –D –lint returns the following regarding Bayes:

 

debug: bayes: found bayes db version 3

debug: bayes: Not available for scanning, only 1 spam(s) in Bayes DB < 200

 

I have been running the following fetchmailrc against ham and spam folders. 

My ham folder has 283 messages and my spam folder has 1014 messages. 

I can see that the messages are being read, but for some reason Bayes is

not activating now that I have the minimums required for spam and ham. 

Why isn’t Bayes running or even registering that I have more than 1 spam message?

 

In my /etc/spamassassin/local.cf file I have:

use_bayes 1

bayes_auto_learn 1

 

######### fetchmailrc file ############

 

set daemon 3600

set syslog

set no bouncemail

 

defaults:

            antispam -1

            batchlimit 100

            limit 512000

 

poll localhost with proto imap

            user [EMAIL PROTECTED]

            mda “/usr/bin/sa-learn –spam –single”

            password secret;

            folder “\#Public/Spam”

            keep

 

poll localhost with proto imap

            user [EMAIL PROTECTED]

            mda “/usr/bin/sa-learn –ham –single”

            password secret;

            folder “\#Public/Ham”

            keep

 

######### End fetchmailrc file ############

 

Reply via email to