summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-02-26 16:05:51 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-02-26 16:05:51 +0000
commit69ae802046a32be9dd1742a26107ab19801f4c89 (patch)
tree0e0b3f8037b5a7d580d596b32bbd8d2a2d0d03f2 /conf
parent78dfbf6a7c4dee74d717e85f7c11633832937a6f (diff)
downloadrspamd-69ae802046a32be9dd1742a26107ab19801f4c89.tar.gz
rspamd-69ae802046a32be9dd1742a26107ab19801f4c89.zip
Rework ip_score module completely.
Diffstat (limited to 'conf')
-rw-r--r--conf/modules.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/modules.conf b/conf/modules.conf
index 582ca5204..69d47b4a8 100644
--- a/conf/modules.conf
+++ b/conf/modules.conf
@@ -260,6 +260,15 @@ regexp {
max_size = 1M;
}
+ip_score {
+# servers = "localhost";
+# treshold = 100;
+# reject_score = 3;
+# no_action_score = -2;
+# add_header_score = 1;
+# whitelist = "file:///ip_map";
+}
+
hfilter {
helo_enabled = true;
hostname_enabled = true;