Dirk, I adjusted the rights as follows in /etc/mail/spamassassin: drw-rw-rw- 3 root root 352 Feb 5 17:04 . drwxr-xr-x 3 root root 80 Jul 13 2005 .. drw-rw-rw- 2 root users 48 Nov 29 15:15 bayes -rw------- 1 root root 60 Feb 5 07:54 bayes.lock -rw-rw-rw- 1 root users 1.2M Feb 4 17:56 bayes_seen -rw-rw-rw- 1 root users 5.3M Feb 5 07:54 bayes_toks -rw-rw-rw- 1 root root 5.3M Feb 4 17:38 bayes_toks.expire8083 -rwxr-xr-x 1 root root 23 Dec 13 09:23 check_rules -rw-rw-rw- 1 root root 935 Mar 19 2005 init.pre -rw-rw-rw- 1 root root 2.9K Feb 5 17:18 local.cf -rw-rw-rw- 1 root root 1.1K Dec 13 08:59 local.cf.bak -rw-rw-rw- 1 root root 451 Mar 19 2005 local.cf~
For bayes, bayes_seen, and bayes_toks I did "chgrp users" + file name. I also lowered the bayes_auto_threshold_spam to 7 I'm not sure how to set or change the default setup for spamd to make sure it's running with -L Brian On Sun, February 5, 2006 16:30, [EMAIL PROTECTED] wrote: > Brian, > > what strikes me is that bayes is that > - you don't have any network tests - do you run spamd/spamassassin with > the '-L'-Option? > - bayes doesn't show up either in the results but there seem to be tries > to autolearn. My guess would be to check permissions in /etc/mail/ - does > the user running spamassassin have the rights to actually access his > database??? > > just my two euro-cent > > Dirk > >> If I use spamassassin -D --lint then it reveals that I'm at 3.0.2 >> >> I have posted the x-spam-status from 15 messages at >> http://www.meehanontheweb.com/xspamstatus.txt >> (the "software_spam_rule", which looks for 'software' in the subject, is >> one I wrote in local.cf) >> >> Autolearn sometimes says "failed" but most often says "no". >> >> Sans rules, here is what I have in local.cf: >> >> rewrite_header Subject ***SPAM(_SCORE_)*** >> >> dns_available yes >> required_score 4.0 >> bayes_path /etc/mail/spamassassin/bayes >> use_bayes 1 >> bayes_auto_learn 1 >> bayes_file_mode 0777 >> report_safe 0 >> bayes_ignore_header X-purgate >> bayes_ignore_header X-purgate-ID >> bayes_ignore_header X-purgate-Ad >> bayes_ignore_header X-GMX-Antispam >> bayes_ignore_header X-Antispam >> bayes_ignore_header X-Spamcount >> bayes_ignore_header X-Spamsensitivity >> >> >> >> >> On Sat, February 4, 2006 23:50, Matt Kettler wrote: >>> Brian S. Meehan wrote: >>>> My question is, why is it only catching 49% of spam >>>> messages? I have the required # set to 4.0 >>> >>> That's pretty low.. Some questions: >>> >>> 1) What version of SA are you using? >>> >>> 2) can you post an X-Spam-Status header from one of your spams that >>> didn't get caught? >>> >>>> Are there things I can put in place, other rules that are preformed or >>>> something to catch more spam? >>> Yes, but a hit rate that poor suggests there are other problems to look >>> for. In particular, check for spam that matches ALL_TRUSTED. >>> >>> If you ever get any spam (or any external email) matching ALL_TRUSTED, >>> please read this for a fix: >>> >>> http://wiki.apache.org/spamassassin/TrustPath >>> >>>> Autolearn always seems to be off when I look >>>> at the headers of spam messages, caught and uncaught. >>> Off? what exactly do you mean by autolearning is off? Do you mean >>> autolearn= "no" ,"disabled" ,"unavailable", or "failed"? Each of these >>> has different implications as to why autolearning did not occur. >>> >>> >>> >> >> >> > >