From: Andrew Lewis Date: Fri, 7 Feb 2014 10:10:09 +0000 (+0200) Subject: Fix documentation for RBL module - rbls {} was not referenced X-Git-Tag: 0.6.9~22 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7c682897841c014018b7dce3eb9c2b3e86fb4274;p=rspamd.git Fix documentation for RBL module - rbls {} was not referenced --- diff --git a/doc/markdown/modules/rbl.md b/doc/markdown/modules/rbl.md index ccbff68df..055b06a02 100644 --- a/doc/markdown/modules/rbl.md +++ b/doc/markdown/modules/rbl.md @@ -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 + } + # ... } - # ... } ~~~