View Single Post
  #3 (permalink)  
Old 08-27-2007, 12:38 AM
maerten maerten is offline
Awaiting Activation
 
Posts: 12
Default

I use another method:

In conf/amavisd.conf.in
Code:
$sa_dsn_cutoff_level = 100;
$sa_quarantine_cutoff_level = 100;
$final_spam_destiny=D_DISCARD;
$spam_quarantine_to = 'example@example.com';
In the Admistration Console set tag and kill percent to the same value.

Restart anti spam as user "zimbra": zmantispamctl stop; zmantispamctl start


This tags and kills the spam message. The killed spam message is delivered to example@example.com and not to the user's Junk folder (D_DISCARD). Make sure you set $sa_quarantine_cutoff_level to a high value bacause else the message will not be quarantined and sent to example@example.com
Reply With Quote