出口邮件过滤条件 示例 [email protected]

问题描述

请帮助解决以下查询

if
    $header_from: contains "[email protected]"
    or $header_from: contains "ravi[email protected]"
then
    if ("$h_to:,$h_cc:,$h_bcc:" contains "@client.pw")    
    or ("$h_to:,$h_bcc:" contains "[email protected]")    
    or ("$h_to:,$h_bcc:" contains "ravi[email protected]")
then
    finish
else
    if error_message then save "/dev/null" 660 else fail "Messages from this domain or email are blocked." endif
    endif
endif

我的想法是我的域是 dot.com,我们希望来自该域 dot.com 的 2 个用户(粗暴和狂暴)应该能够通信并且可以向 client.pw 发送和接收电子邮件

示例。 [email protected]

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)