mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-12 04:23:24 +02:00
Merge pull request #259 from mkuron/patch-1
Consistent symbol names for forwarding hosts
This commit is contained in:
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
Block a user