如何告诉垃圾邮件刺客不要隔离加标签的电子邮件?

我在家里用自己的postfix邮件服务器运行一个类似于这个的设置。 我select通过dovecot将标记的垃圾邮件发送到用户的垃圾邮箱,以便他们可以查看标记的电子邮件,如果他们愿意的话; 这些垃圾邮箱会定期清除,并且SA的bayes正在接受培训。

但令人烦恼的是,SA(或amavisd-new,我甚至不确定)另外将标记的垃圾邮件保存到/var/virusmails/spam-xxx.gz,这是我不想要的。 我无法在configuration中find正确的选项来closures该行为。

任何指针非常感谢。

可能需要将$ QUARANTINEDIR设置为在amavisd.conf中清空

# Location to put infected mail into: (applies to 'local:' quarantine method) # empty for not quarantining, may be a file (Unix-style mailbox), # or a directory (no trailing slash) # (the default value is undef, meaning no quarantine) # $QUARANTINEDIR = '/var/virusmails';