aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2015-02-17 13:12:05 +0200
committerAndrew Lewis <nerf@judo.za.org>2015-02-17 13:14:10 +0200
commit9e1b3fd96d6313535e02cb9ece8a90c0cb0062b2 (patch)
treea38df5c1b360fcacbe4f8c029fe2365d6da8d833 /conf
parent28f55f0cbed039eba244c2c829136f8d09f75c08 (diff)
downloadrspamd-9e1b3fd96d6313535e02cb9ece8a90c0cb0062b2.tar.gz
rspamd-9e1b3fd96d6313535e02cb9ece8a90c0cb0062b2.zip
Since exclude_private_ips requires config to change behaviour now we can make it default true
Diffstat (limited to 'conf')
-rw-r--r--conf/modules.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/modules.conf b/conf/modules.conf
index 1fd71f2ed..6310f4326 100644
--- a/conf/modules.conf
+++ b/conf/modules.conf
@@ -87,7 +87,6 @@ rbl {
default_from = true;
default_received = false;
default_exclude_users = true;
- default_exclude_private_ips = true;
private_ips = "127.0.0.0/8 10.0.0.0/8 192.168.0.0/16 169.254.0.0/16 172.16.0.0/12 100.64.0.0/10 fc00::/7 fe80::/10 fec0::/10 ::1";