fix concerning whitelist handling
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Wolfgang Hottgenroth 2025-02-28 20:03:53 +01:00
parent 7adb4c1fde
commit 8502fbd9a1

View File

@ -61,7 +61,7 @@ begin acl
acl_check_rcpt:
accept
hosts = RELAYNETS
ifelse(SMARTHOST_USER, `', `', `
ifelse(WHITELISTED_RECIPIENTS, `', `', `
accept
domains = WHITELISTED_RECIPIENTS
')