mwolson: Upgrade exim4 packages to equivalent of version in debian testing
[hcoop/config/exim.git] / conf.d / acl / 20_exim4-config_whitelist_local_deny
index 99abd27..f9003f1 100644 (file)
@@ -8,17 +8,7 @@
 #
 # It is meant to be used from some other acl entry.
 #
-# For example,
-# deny
-#   message = local blacklist example
-#   !acl = acl_whitelist
-#   dnslist = some.dns.list.example
-# will allow messages with envelope sender listed in local_sender_whitelist
-# or messages coming in from hosts listed in local_host_whitelist to be
-# accepted even if the delivering host is listed in the dns list.
-#
-# Whitelisting can also be configured by including negative items in the
-# black list. See /usr/share/doc/exim4-config/default_acl for details.
+# See exim4-config_files(5) for details.
 #
 # If the files do not exist, the white list never matches, which is
 # the desired behaviour.