deleting spam
Andrew J. Kopciuch
akopciuch at bddf.ca
Thu Mar 30 23:23:56 CEST 2006
> I'd like to delete all messages that get tagged as spam. We did this in
> qmail using qmail-scanner. How can I do this in kolab?
>
This is handled by amavis. In order to change that you'll need to modify the
template file.
edit /kolab/etc/kolab/templates/amavisd.conf.template
You'll be looking for an option :
$final_spam_destiny = D_PASS;
change it to :
$final_spam_destiny = D_DISCARD;
You will then have to restart amavis :
/kolab/bin/openpkg rc amavisd restart
There is more help on SPAM fighting with Kolab here :
http://wiki.kolab.org/index.php/Fighting_spam
I would also get more familiar with SA rule sets. There are lots of extras
available here :
http://wiki.apache.org/spamassassin/CustomRulesets
http://www.rulesemporium.com/rules.htm
Happy SPAM fighting
Andy
More information about the users
mailing list