]> source.dussan.org Git - rspamd.git/commitdiff
Fix documentation for RBL module - rbls {} was not referenced
authorAndrew Lewis <nerf@judo.za.org>
Fri, 7 Feb 2014 10:10:09 +0000 (12:10 +0200)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 10 Feb 2014 13:06:55 +0000 (13:06 +0000)
doc/markdown/modules/rbl.md

index ccbff68df3366f912575950a0f33d42c980b607c..055b06a020ee40b5c4a467e3cd9d0885a6c68c96 100644 (file)
@@ -6,11 +6,14 @@ Configuration is structured as follows:
 
 ~~~nginx
 rbl {
-  # default settings
-  an_rbl {
-    # rbl-specific subsection 
+  # default settings defined here
+  # 'rbls' subsection under which the RBL definitions are nested
+  rbls {
+    an_rbl {
+       # rbl-specific subsection 
+    }
+    # ...
   }
-  # ...
 }
 ~~~