diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-02-11 15:43:26 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-02-11 15:48:46 +0200 |
commit | e9c1446f0afc281546dc356943358ff33491378e (patch) | |
tree | 4917a74ce3d171646f14360cb1a91de45f1d79f1 /doc/markdown/modules/rbl.md | |
parent | e77f51f8742e5d7fe13bcc709e263cb8bd2955bf (diff) | |
download | rspamd-e9c1446f0afc281546dc356943358ff33491378e.tar.gz rspamd-e9c1446f0afc281546dc356943358ff33491378e.zip |
Update RBL module: fix indentation; collapse loops; avoid calling for un-needed information; allow disabling RBLs for authenticated users
Diffstat (limited to 'doc/markdown/modules/rbl.md')
-rw-r--r-- | doc/markdown/modules/rbl.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/markdown/modules/rbl.md b/doc/markdown/modules/rbl.md index 84bb91478..3bcbf839b 100644 --- a/doc/markdown/modules/rbl.md +++ b/doc/markdown/modules/rbl.md @@ -19,7 +19,7 @@ rbl { The default settings define the ways in which the RBLs are used unless overridden in an RBL-specific subsection. -Defaults may be set for the following parameters (default values used if these are not set are shown in brackets): +Defaults may be set for the following parameters (default values used if these are not set are shown in brackets - note that these may be redefined in the default config): - default_ipv4 (true) @@ -49,6 +49,10 @@ Use this RBL to test parameters sent for HELO/EHLO at SMTP time. If set to false, do not yield a result unless the response received from the RBL is defined in its related returncodes {} subsection, else return the default symbol for the RBL. +- deault_user (true) + +If set to false, do not use this RBL if the message sender is authenticated. + RBL-specific subsection is structured as follows: ~~~nginx |