force_actions.conf 318 B

123456789101112
  1. rules {
  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. }