So I am running Amavisd-New with Postfix Procmail and I just used CPAN to upgrade SA to version 2.64
/etc/mail/spamassassin/local.cf # Add your own customisations to this file. See 'man Mail::SpamAssassin::Conf' # for details of what can be tweaked. # use_bayes 1 auto_learn 1 bayes_path /etc/mail/spamassassin/bayes (I granted the group 'users' write permission to the /etc/mail/spamassassin/bayes directory. Whenever i log in as a regular user and run: sa-learn --spam --mbox ~/mail/Suspected-Spam It creates a new bayes DB at ~/.spamassassin/bayes/ What am I doing wrong? Thanks, JP
