On 05.09.07 08:28, RinkWorks wrote: > I'm trying to run Spam Assassin 3.1.7 as root on a Linux machine (Debian > Etch, Perl 5.8.8), with individual user Bayes databases. Everything seems > to be working except that I'm getting no BAYES_* scores for anything. So, > when reading mail for the 'ss1' user (which is me), I see lots of > SpamAssassin headers but no BAYES scores. However, ~ss1/.spamassassin is > populated with bayes_seen and bayes_toks (no bayes_journal), and I am able > to run sa-learn as the 'ss1' user and see these files being updated with the > new data.
> If I run "spamassassin -D --lint" as the 'ss1' user, grepping for "bayes", I > get this: > > [32082] dbg: config: read file /usr/share/spamassassin/23_bayes.cf > [32082] dbg: bayes: tie-ing to DB file R/O > /home/ss1/.spamassassin/bayes_toks > [32082] dbg: bayes: tie-ing to DB file R/O > /home/ss1/.spamassassin/bayes_seen > [32082] dbg: bayes: found bayes db version 3 > [32082] dbg: bayes: DB journal sync: last sync: 0 > [32082] dbg: bayes: DB journal sync: last sync: 0 > [32082] dbg: bayes: corpus size: nspam = 2655, nham = 786 > [32082] dbg: bayes: score = 0.168968394084945 > [32082] dbg: bayes: DB journal sync: last sync: 0 > [32082] dbg: bayes: untie-ing > [32082] dbg: bayes: untie-ing db_toks > [32082] dbg: bayes: untie-ing db_seen This tells that spamassassin did check the bayes database and spam probability of scanned message is 0.168968394084945 which should be matched by BAYES_20. don't you have turned bayes filtering off somewhere? use_bayes_rules 0? > As far as autolearn goes, some emails are "autolearn=ham" but the rest are > "autolearn=no" -- I don't see that I'm getting anything being autolearned as > spam, but maybe I haven't gotten anything recently that scored high enough > for that. No idea if the data on the autolearned hams is actually making it > to the right bayes database. Do you reject mails with score over some value? The defailt value for spam learning is 10, if you reject that mail, you'll never autolearn spam... -- Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. Fighting for peace is like fucking for virginity...
