tonjg wrote: > Benny Pedersen wrote: > >> ls -l /root/.spamassassin >> > > this command gives: > total 0 >
So there are no files in that directory. Are you going to be running SA as root on a general basis? If so, you need to make sure you have permission to write in that directory. Otherwise, you should re-run "spamassassin -D --lint" as the user that SA usually uses. This is a common error with new SA admins. The directory used by default for Bayes (and AWL), is set on a per-user. So you have to make sure that when you are testing or learning, you use the same user that is used in production. Depending on your configuration, this may be a static user, or it may change depending on the delivery address of each email. -- Bowie