Hi, I've been googling quite a bit today to find the answer to what I'm seeing that is happening on my mail server. However, I just can't seem to find a definitive answer. When looking at my mail logs I see a number of autolearn=spam, however when I run "sa-learn --dump magic" nspam does not increment. If I run sa-learn manually, nspam increments. Is this normal or should each autolearn=spam indicate that nspam should increment by one.
Here is my local.cf file as it pertains to bayes and autolearn: use_bayes 1 bayes_auto_learn 1 bayes_ignore_header X-Bogosity bayes_ignore_header X-Spam-Flag bayes_ignore_header X-Spam-Status bayes_auto_learn_threshold_nonspam -0.1 bayes_auto_learn_threshold_spam 5.0 use_auto_whitelist 1 bayes_use_hapaxes 1 bayes_min_ham_num 150 bayes_min_spam_num 150 score BAYES_00 -3 score BAYES_05 -1 score BAYES_95 6 score BAYES_99 9 score BAYES_20 -0.8 score BAYES_40 0 score BAYES_50 1.567 score BAYES_60 3.515 score BAYES_80 3.608 Thanks, Brett