aboutsummaryrefslogtreecommitdiffstats
path: root/conf/modules.conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-02-17 13:41:25 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-02-17 13:41:25 +0000
commit84a6185266d99b6c7b4c83c97eff54e007d5d103 (patch)
tree534a24d0077c93282a2511c082c95d35d03de666 /conf/modules.conf
parentdd565e0282c7de929a656f52ccc061d89c8deffb (diff)
parent9e1b3fd96d6313535e02cb9ece8a90c0cb0062b2 (diff)
downloadrspamd-84a6185266d99b6c7b4c83c97eff54e007d5d103.tar.gz
rspamd-84a6185266d99b6c7b4c83c97eff54e007d5d103.zip
Merge pull request #177 from fatalbanana/master
More fixes & improvements for RBL module
Diffstat (limited to 'conf/modules.conf')
-rw-r--r--conf/modules.conf20
1 files changed, 12 insertions, 8 deletions
diff --git a/conf/modules.conf b/conf/modules.conf
index 9cb26fa5a..582ca5204 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";
@@ -201,6 +200,16 @@ rbl {
}
}
+ rambleremails {
+ symbol = RAMBLER_EMAILBL;
+ rbl = email-bl.rambler.ru;
+ from = false;
+ emails = true;
+ exclude_users = false;
+ exclude_private_ips = false;
+ exclude_local = false;
+ }
+
}
}
@@ -222,13 +231,8 @@ once_received {
phishing {
symbol = "PHISHING";
}
-emails {
- rule {
- symbol = RAMBLER_EMAILBL;
- dnsbl = email-bl.rambler.ru;
- domain_only = false;
- }
-}
+#emails {
+#}
spf {
spf_cache_size = 2k;
spf_cache_expire = 1d;