mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-18 00:55:01 +00:00
Move mail to spam when DKIM fails, ignore when white/blacklist and honor other actions
This commit is contained in:
parent
babad4f137
commit
95cbfe3661
1 changed files with 7 additions and 0 deletions
7
data/conf/rspamd/local.d/force_actions.conf
Normal file
7
data/conf/rspamd/local.d/force_actions.conf
Normal 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"];
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue