[Rspamd] Forced action add header seems to be broken atm, switching to rewrite subject until fixed
parent
1d0e8a9497
commit
0474de88b1
|
@ -1,6 +1,6 @@
|
||||||
rules {
|
rules {
|
||||||
WHITELIST_FORWARDING_HOST_NO_REJECT {
|
WHITELIST_FORWARDING_HOST_NO_REJECT {
|
||||||
action = "add header";
|
action = "rewrite subject";
|
||||||
expression = "WHITELISTED_FWD_HOST";
|
expression = "WHITELISTED_FWD_HOST";
|
||||||
require_action = ["reject"];
|
require_action = ["reject"];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue