Hello,
I'm pretty new to SA and I have some questions about Razor and Pyzor add-ons : ----------------------------------------------------- How-to check if they really work ? -----------------------------------------------------
debug: entering helper-app run mode
razor2 check skipped: Can't locate object method "do_conf" via package "Razor2::Client::Agent" at /usr/lib/perl5/site_perl/5.6.1/Mail/SpamAssassin/Dns.pm line 402.
Hmmm, that suggests that your razor client isn't properly installed. I had something similar happen to me with razor 2.40, and it was resolved when I ran "make install" a second time.
----------------------------------------------------- And Bayes give me that : -----------------------------------------------------
debug: bayes: 21950 tie-ing to DB file R/O /root/.spamassassin/bayes_toks debug: bayes: 21950 tie-ing to DB file R/O /root/.spamassassin/bayes_seen debug: bayes: found bayes db version 2 debug: bayes: Not available for scanning, only 72 spam(s) in Bayes DB < 200
That means you haven't done enough training for bayes to be active. You need to feed it 200 spam and 200 ham (nonspam) emails before it becomes active. see man sa-learn for details on hand training
(at least some hand training is HIGHLY recommended. Autolearning alone without any hand training produces a pretty lousy bayes DB)
