blob: a1b9899d52b67fd2f372e2830c69e5d0ab039ebd [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001rules {
2 WHITELIST_FORWARDING_HOST_NO_REJECT {
3 action = "add header";
4 expression = "WHITELISTED_FWD_HOST";
5 require_action = ["reject"];
6 }
7 WHITELIST_FORWARDING_HOST_NO_GREYLIST {
8 action = "no action";
9 expression = "WHITELISTED_FWD_HOST";
10 require_action = ["greylist", "soft reject"];
11 }
12}