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 /conf/modules.conf | |
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 'conf/modules.conf')
-rw-r--r-- | conf/modules.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index 719b86793..a72eb1818 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -86,6 +86,7 @@ rbl { default_from = true; default_received = false; + default_user = false; rbls { |