[rspamd] Restore add header forced action (#3440)

Revert 0474de88b1. Fixed since c3a4c6d311.
master
Michael Kuron 2020-03-31 19:21:03 +02:00 committed by GitHub
parent 3e2cbac778
commit ca4c7c51dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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