Move mail to spam when DKIM fails, ignore when white/blacklist and honor other actions

master
andryyy 2017-04-21 10:19:07 +02:00
parent babad4f137
commit 95cbfe3661
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
rules {
DKIM_FAIL {
action = "add header";
expression = "R_DKIM_REJECT & !MAILLIST & !MAILCOW_WHITE & !MAILCOW_BLACK";
require_action = ["no action", "greylist"];
}
}