Hi all, I have an up and running Mail Server on Fedora Core 6 (w/ Postfix, Dovecot, amavisd-new, Spamassassin, ClamAV) which use to catch ~70% of the SPAM "out of the box", using the default rule set in '/usr/share/spamassassin'. The directory '/var/lib/spamassasin' was empty. After I did an 'sa-update' following the steps bellow http://saupdates.openprotect.com/ Spamassassin lost the default rule set. The directory '/var/lib/spamassasin' was filled with the new rule set as documented below http://wiki.apache.org/spamassassin/RuleUpdates but the default rule set was lost. 'spamassassin --lint -D' confirmed that. The capacity of Spamassassin of catching SPAM was reduced to zero%. How can I make both default + updated rule sets active ? Thanks in advance.
You can download new rules to /etc/mail/spamassassin/. Take a look at the /usr/local/sbin/sa_rules_update.sh script on http://www.howtoforge.com/fedora_virtual_postfix_mysql_quota_courier_p4 .
Doesn't ISPCongig's SA use /home/admispconfig/ispconfig/tools/spamassassin/usr/var/spamassassin/ instead?