Mercurial > dnsbl
comparison dnsbl.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 | e107ade3b1c0 |
children | aa07452e641b |
comparison
equal
deleted
inserted
replaced
99:f8963ddf7143 | 100:63e8633abc34 |
---|---|
13 html_limit off; | 13 html_limit off; |
14 host_limit soft 20; | 14 host_limit soft 20; |
15 }; | 15 }; |
16 | 16 |
17 env_to { | 17 env_to { |
18 example.com; # !! replace this with your domain name | 18 # !! replace this with your domain names |
19 # child contexts are not allowed to specify recipient addresses outside these domains | 19 # child contexts are not allowed to specify recipient addresses outside these domains |
20 # or leave this empty to allow unrestricted child contexts | |
21 # example.com; | |
20 }; | 22 }; |
21 | 23 |
22 context whitelist { | 24 context whitelist { |
23 content off {}; | 25 content off {}; |
24 env_to { | 26 env_to { |