Move mail to spam when DKIM fails, ignore when white/blacklist and honor other actions
parent
babad4f137
commit
95cbfe3661
|
@ -0,0 +1,7 @@
|
|||
rules {
|
||||
DKIM_FAIL {
|
||||
action = "add header";
|
||||
expression = "R_DKIM_REJECT & !MAILLIST & !MAILCOW_WHITE & !MAILCOW_BLACK";
|
||||
require_action = ["no action", "greylist"];
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue