Merge pull request #565 from mkuron/softreject
Forwarding hosts: treat soft reject like greylistmaster
commit
78c363b7a5
|
@ -12,11 +12,11 @@ rules {
|
||||||
WHITELIST_FORWARDING_HOST_NO_REJECT {
|
WHITELIST_FORWARDING_HOST_NO_REJECT {
|
||||||
action = "add header";
|
action = "add header";
|
||||||
expression = "WHITELISTED_FWD_HOST";
|
expression = "WHITELISTED_FWD_HOST";
|
||||||
require_action = ["soft reject", "reject"];
|
require_action = ["reject"];
|
||||||
}
|
}
|
||||||
WHITELIST_FORWARDING_HOST_NO_GREYLIST {
|
WHITELIST_FORWARDING_HOST_NO_GREYLIST {
|
||||||
action = "no action";
|
action = "no action";
|
||||||
expression = "WHITELISTED_FWD_HOST";
|
expression = "WHITELISTED_FWD_HOST";
|
||||||
require_action = ["greylist"];
|
require_action = ["greylist", "soft reject"];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue