Mercurial > dnsbl
diff xml/sample.conf @ 100:63e8633abc34 stable-5-8
allow empty env_to at global context to remove all restrictions on child contexts
author | carl |
---|---|
date | Sun, 25 Sep 2005 08:38:29 -0700 |
parents | 53a2fbe3f761 |
children |
line wrap: on
line diff
--- a/xml/sample.conf Fri Sep 23 07:58:34 2005 -0700 +++ b/xml/sample.conf Sun Sep 25 08:38:29 2005 -0700 @@ -59,7 +59,9 @@ }; env_to { - mydomain.com; # child contexts are not allowed to specify recipient addresses outside these domains + # child contexts are not allowed to specify recipient addresses outside these domains + # leave this outer global context env_to empty to allow arbitrary recipients in child contexts + mydomain.com; customer1.com; customer1a.com; customer1b.com;