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 /conf | |
parent | 904ceb7a3022fa8a266be14a807b76b86673b4e0 (diff) | |
download | rspamd-c2a4fda0e3e7916a5495322d551b733c0e2d171e.tar.gz rspamd-c2a4fda0e3e7916a5495322d551b733c0e2d171e.zip |
Rename user to exclude_users and invert logic
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index a72eb1818..de125866a 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -86,7 +86,7 @@ rbl { default_from = true; default_received = false; - default_user = false; + default_exclude_users = true; rbls { |