1 最后由 Bani99 (2019-05-05 10:53:37) 编辑

主题: 请教邮件过滤器问题

我新建了文件夹,用来接收公司邮件,但是好像没有生效,配置如附件
在此之前我 禁用了 Amavisd + ClamAV + SpamAssassin,因为他们太耗CPU和内存,虽然性能足够,但是强迫症

Post's attachments

QQ拼音截图20190505105114.png 41.13 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

2 最后由 Bani99 (2019-05-05 11:08:47) 编辑

回复: 请教邮件过滤器问题

我看到了这个,除了header 还有其他参数吗,例如sendUser
if 发送者 包含 "company.com" "YES"
{
    移动至 "公司";
}
或者
if 发送者域 等于 "company.com" "YES"
{
    移动至 "公司";
}

https://bitbucket.org/zhb/iredmail/src/ … ecot.sieve

回复: 请教邮件过滤器问题

if header :contains ["from"] "company.com" {
        fileinto "公司";
}

它很完美