|
@@ -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"];
|
|
|
}
|
|
|
}
|