Brian S. Meehan wrote: > Hi Bob, > spamassassin --lint returns no errors. I've been checking it after I add > rules. > > You can view my entire local.cf at http://www.meehanontheweb.com/local.cf.txt
I spot one minor bug in your local.cf: bayes_file_mode 0666 That should be 7's not 6's.. (note in the docs the default is 0700, not 0600) bayes_file_mode is really a mask, and sometimes gets used in directory creation. However, that shouldn't be causing your problems..