mailcow/data/conf/rspamd/local.d/force_actions.conf

8 lines
183 B
Plaintext
Raw Normal View History

rules {
DKIM_FAIL {
action = "add header";
expression = "R_DKIM_REJECT & !MAILLIST & !MAILCOW_WHITE & !MAILCOW_BLACK";
require_action = ["no action", "greylist"];
}
}