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

master
andryyy 2020-03-10 07:20:18 +01:00
parent 1d0e8a9497
commit 0474de88b1
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 1 additions and 1 deletions

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"];
}