Al Bogner wrote: > My hoster offers cpanel to configure spamassassin, which has only a few > options to configure, like white and blacklist. But I have shell-access to my > account and maybe I could try out how to delete spam automatically. It looks > like amavis isn't used on this RedHat machine with kernel 2.4.21-37.0.1.EL > > Any ideas?
Spamassassin itself can't do this. The way SA hooks into the mailchain makes it impossible to directly change the delivery of the message. So you're going to have to look at other tools available to you in the mail chain. If you have shell access you might be able to create a local .procmailrc to force tagged spam off to /dev/null. However, that would depend on your provider using procmail. I suggest reading the wiki on this topic. Be sure to read the first paragraph closely: http://wiki.apache.org/spamassassin/DeletingAllMailsMarkedSpam