Salvatore, thanks again for your help. Is this the right syntax in local.cf? Thanks.

BAYES_00               BODY: Bayesian spam probability is 0 to 1%
score BAYES_00 0 0 -2.901 -2.900
bayes_auto_learn_threshold_nonspam -1.5

In local.cf you only need the last two lines.


score BAYES_00 0 0 -2.901 -2.900
bayes_auto_learn_threshold_nonspam -1.5

But remember that your bayes database is wrong, so this won't be enough to solve your problem.

Login as the users who runs spamd and give the followed command:

sa-learn --dump | more

The output must be like this:

0.000          0          2          0  non-token data: bayes db version
0.000          0       1215          0  non-token data: nspam
0.000          0       1133          0  non-token data: nham
0.000          0     149066          0  non-token data: ntokens
........

If you have a big difference betwin nspam and nham, your database is unuseful.

Salvatore








------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to