diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-02-14 10:37:53 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-02-14 10:57:18 +0200 |
commit | bab9f14abf2c2201a51c3f9e5932403095926c30 (patch) | |
tree | 201b2eca4070c824d9af07a7be9b215f4de3660a /conf | |
parent | ec25baf156342780326fefc7950e00dde45d0a3d (diff) | |
download | rspamd-bab9f14abf2c2201a51c3f9e5932403095926c30.tar.gz rspamd-bab9f14abf2c2201a51c3f9e5932403095926c30.zip |
Make ignoring private IP space configurable; avoid changing plugin default behaviour
Diffstat (limited to '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 de125866a..2f291de79 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -87,6 +87,7 @@ rbl { default_from = true; default_received = false; default_exclude_users = true; + default_exclude_private_ips = true; rbls { |