Re: SA 3.0.4 ingnores bayes

2005-09-09 Thread Mathias Wrede
Hello James, * JamesDR wrote: >> All filters seems to work, except bayes. My 'local.cf' is untouched >> (dir: /etc/mail/spamassassin) and use_bayes is set explicit to 1. >> >> How can I figure out my problem? >> > Do a spmamassassin --lint -D and look for any bayes errors/calls. Post > back what y

SA 3.0.4 ingnores bayes

2005-09-09 Thread Mathias Wrede
Hi, is there anybody who could give me a hint? The facts: - I've upgraded SA from 2.64 to 3.0.4 - SA is called by amavisd-new - 'sa-learn --sync' is done and the sa-learn with the cyrus-mailboxes seems to be ok. - 'sa-learn --backup' result is a file with more than 200.000 entrys. - 'auto-whitel

sa-learn with find and blanks

2005-03-29 Thread Mathias Wrede
Hi list, in wich way could I make the following line compatible to sa-learn? # sa-learn --ham `find /var/spool/imap/user \( -name '*.' -o -name Spam -prune -o -name System -prune -o -name Trash -prune -o -name Virus -prune \) -type f` My problem: There could be blanks in the pathnames. Thanks f