diff xml/dnsbl.in @ 148:9330b8d6a56b

add documentation fixes, allow env_from target of inherit
author carl
date Tue, 30 Jan 2007 16:27:49 -0800
parents 31ff00ea6bfb
children 9581f6e62574
line wrap: on
line diff
--- a/xml/dnsbl.in	Mon Dec 04 21:49:09 2006 -0800
+++ b/xml/dnsbl.in	Tue Jan 30 16:27:49 2007 -0800
@@ -519,7 +519,11 @@
         <refsect1 id='description.5'>
             <title>Description</title>
             <para>The <command>@PACKAGE@.conf</command> configuration file is
-            specified by this partial bnf description.</para>
+            specified by this partial bnf description. Comments start with //
+            or # and extend to the end of the line. To include the contents
+            of some file verbatim in the dnsbl.conf file, use
+            <literallayout class="monospaced"><![CDATA[include "<file>";]]></literallayout>
+            </para>
 
             <literallayout class="monospaced"><![CDATA[
 CONFIG     = {CONTEXT ";"}+
@@ -568,7 +572,7 @@
 
 DEFAULT    = ("white" | "black" | "unknown" | "inherit" | "")
 ADDRESS    = (USER@ | DOMAIN | USER@DOMAIN)
-VALUE      = ("white" | "black" | "unknown" | CHILD-CONTEXT-NAME)]]></literallayout>
+VALUE      = ("white" | "black" | "unknown" | "inherit" | CHILD-CONTEXT-NAME)]]></literallayout>
         </refsect1>
 
         <refsect1 id='sample.5'>
@@ -703,7 +707,7 @@
         context customer1a {
             env_to {
                 customer1a.com;
-            }
+            };
             env_from black {                        # blacklist everything
                 first@acceptable.com    unknown;    # except these specific envelope senders
                 second@another.com      unknown;