commit
6ebcac5bcb
|
@ -11,12 +11,12 @@ rules {
|
||||||
}
|
}
|
||||||
WHITELIST_FORWARDING_HOST_NO_REJECT {
|
WHITELIST_FORWARDING_HOST_NO_REJECT {
|
||||||
action = "add header";
|
action = "add header";
|
||||||
expression = "WHITELIST_FORWARDING_HOST";
|
expression = "WHITELISTED_FWD_HOST";
|
||||||
require_action = ["soft reject", "reject"];
|
require_action = ["soft reject", "reject"];
|
||||||
}
|
}
|
||||||
WHITELIST_FORWARDING_HOST_NO_GREYLIST {
|
WHITELIST_FORWARDING_HOST_NO_GREYLIST {
|
||||||
action = "no action";
|
action = "no action";
|
||||||
expression = "WHITELIST_FORWARDING_HOST";
|
expression = "WHITELISTED_FWD_HOST";
|
||||||
require_action = ["greylist"];
|
require_action = ["greylist"];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue