On Fri, 15 Aug 2003 at 19:36:59 +0400, Anatoly Pugachev wrote: > А кстати как сделано что база общая для всех? $ zless /usr/share/doc/spamassassin/README.spamd.gz
The Bayesian Classifier ----------------------- If you plan to use Bayesian classification (the BAYES rules) with spamd, you will need to either 1. modify /etc/spamassassin/local.cf to use a shared database of tokens, by setting the 'bayes_path' setting to a path all users can read and write to. You will also need to set the 'bayes_file_mode' setting to 0666 so that created files are shared, too. 2. Alternatively, let the users train their individual Bayes database. We have implemented an auto-learning algorithm (option 'auto_learn', on by default) which can use high-scoring and low-scoring (options 'auto_learn_threshold_spam' and 'auto_learn_threshold_nonspam') mails to improve classification efficiency. -- alexander saltanov