Consistent symbol names for forwarding hosts

multimap.conf and force_actions weren't using the same name
master
Michael Kuron 2017-05-09 07:29:43 +02:00 committed by GitHub
parent 74359f6df4
commit 759f21ac6b
1 changed files with 2 additions and 2 deletions

View File

@ -11,12 +11,12 @@ rules {
}
WHITELIST_FORWARDING_HOST_NO_REJECT {
action = "add header";
expression = "WHITELIST_FORWARDING_HOST";
expression = "WHITELISTED_FWD_HOST";
require_action = ["soft reject", "reject"];
}
WHITELIST_FORWARDING_HOST_NO_GREYLIST {
action = "no action";
expression = "WHITELIST_FORWARDING_HOST";
expression = "WHITELISTED_FWD_HOST";
require_action = ["greylist"];
}
}