Quantcast
Channel: iRedMail 开源邮件服务解决方案 - iRedMail 技术支持
Viewing all articles
Browse latest Browse all 1467

回复: 反垃圾邮件阈值问题

$
0
0
叶嘉文 写道:

$sa_tag_level_deflt  = 2.0;  # add spam info headers if at, or above that level
$sa_tag2_level_deflt = 4.2;  # add 'spam detected' headers at that level
$sa_kill_level_deflt = 6.9;  # triggers spam evasive actions (e.g. blocks mail)

Amavisd 里用到这三个就够了。
第一个分值判定为可疑 spam,会加邮件头,但还不是 spam。第二个判定为 spam,第三个触发其它操作(没有用到过)。

在你的需求列表,需要先理清的是:amavisd + spamassassin 只打分和加邮件头,而投递到 Junk 邮箱是 sieve 干的事。至于你的 sieve 规则怎么来使用邮件头里的信息,就看你自己组合了。


Viewing all articles
Browse latest Browse all 1467

Trending Articles