[Rspamd] Forced action add header seems to be broken atm, switching to rewrite subject until fixed

This commit is contained in:
andryyy
2020-03-10 07:20:18 +01:00
parent 1d0e8a9497
commit 0474de88b1

View File

@@ -1,6 +1,6 @@
rules {
WHITELIST_FORWARDING_HOST_NO_REJECT {
action = "add header";
action = "rewrite subject";
expression = "WHITELISTED_FWD_HOST";
require_action = ["reject"];
}