summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-02-11 16:07:56 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-02-11 16:07:56 +0000
commit141e7673fa92b0b396b1d9052390f3bcbc35ffe9 (patch)
tree5988b906e90a74687c6e7e83af7173becf5393fc /conf
parent34b180bb5fed0edafbc68f147a404650759c5318 (diff)
parent816df6604d473175bc60b65e55cbded42e17cfce (diff)
downloadrspamd-141e7673fa92b0b396b1d9052390f3bcbc35ffe9.tar.gz
rspamd-141e7673fa92b0b396b1d9052390f3bcbc35ffe9.zip
Merge pull request #146 from fatalbanana/master
Update RBL module etc
Diffstat (limited to 'conf')
-rw-r--r--conf/metrics.conf1
-rw-r--r--conf/modules.conf2
2 files changed, 3 insertions, 0 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index 29a01c473..3901a1da6 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -327,6 +327,7 @@ metric {
name = "ONCE_RECEIVED_STRICT";
}
+ symbol { name = "DNSWL_BLOCKED"; weight = 0.0; description = "Resolver blocked due to excessive queries"; }
symbol { name = "RCVD_IN_DNSWL"; weight = 0.0; description = "Sender listed at http://www.dnswl.org"; }
symbol { name = "RCVD_IN_DNSWL_NONE"; weight = -0.05; description = "Sender listed at http://www.dnswl.org, low none"; }
symbol { name = "RCVD_IN_DNSWL_LOW"; weight = -0.1; description = "Sender listed at http://www.dnswl.org, low trust"; }
diff --git a/conf/modules.conf b/conf/modules.conf
index 7d046093a..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 {
@@ -193,6 +194,7 @@ rbl {
RCVD_IN_DNSWL_LOW = "127.0.%d+.1";
RCVD_IN_DNSWL_MED = "127.0.%d+.2";
RCVD_IN_DNSWL_HI = "127.0.%d+.3";
+ DNSWL_BLOCKED = "127.0.0.255";
}
}