I use amavisd-new with spamassassin loaded as a perl module.

My actual config:  /etc/amavisd/amavisd.conf:
$sa_tag_level_deflt = 2.0;              # 2+ put X-Spam-Status headers only
$sa_tag2_level_deflt = 5.0;            # 5+ put X-Spam-FLag = YES
$sa_kill_level_deflt = 8; # 8+ send to quarantine /var/spool/amavisd/quarantine
$sa_quarantine_cutoff_level = 20;  # 20+ send to /dev/null

I would like that messages classified from level 8 to 13 goes to a junk mailbox ([EMAIL PROTECTED]) and only above goes to the quarantine! What I need to add to my config to do that! (I know that I can put according configs in /etc/mail/spamassassin/local.cf). If I set spam-admin = [EMAIL PROTECTED] messages from level 8 ($sa_kill_level_deflt = 8;) to level 20 ($sa_quarantine_cutoff_level = 20;) go to this mailbox and not to filesystem quarantine!


Thanks!




Reply via email to