diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-02-12 17:11:58 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-02-12 17:12:50 +0200 |
commit | c2a4fda0e3e7916a5495322d551b733c0e2d171e (patch) | |
tree | 04c8042a0916a105507e0a891716fee6d47c6a77 /doc | |
parent | 904ceb7a3022fa8a266be14a807b76b86673b4e0 (diff) | |
download | rspamd-c2a4fda0e3e7916a5495322d551b733c0e2d171e.tar.gz rspamd-c2a4fda0e3e7916a5495322d551b733c0e2d171e.zip |
Rename user to exclude_users and invert logic
Diffstat (limited to 'doc')
-rw-r--r-- | doc/markdown/modules/rbl.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/markdown/modules/rbl.md b/doc/markdown/modules/rbl.md index aba496f24..41854c542 100644 --- a/doc/markdown/modules/rbl.md +++ b/doc/markdown/modules/rbl.md @@ -49,9 +49,9 @@ 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. -- default_user (true) +- default_exclude_users (false) -If set to false, do not use this RBL if the message sender is authenticated. +If set to true, do not use this RBL if the message sender is authenticated. RBL-specific subsection is structured as follows: |