summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAlexey <AlexeySa@users.noreply.github.com>2014-05-21 12:04:50 -0700
committerAlexey <AlexeySa@users.noreply.github.com>2014-05-21 12:04:50 -0700
commiteeda38c31b1a487b7759f1655c131028834c72f3 (patch)
treefa750a2d871696fb2d6b20bbe786baa29d99ee94 /conf
parent02bbbb5264e2678bafe8ef59a8c8271035143a5c (diff)
downloadrspamd-eeda38c31b1a487b7759f1655c131028834c72f3.tar.gz
rspamd-eeda38c31b1a487b7759f1655c131028834c72f3.zip
Add netrics for Abuseat and Nszones rbl
Diffstat (limited to 'conf')
-rw-r--r--conf/metrics.conf18
1 files changed, 17 insertions, 1 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index 579a169cf..6cacf4b29 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -405,7 +405,23 @@ metric {
description = "List of networks hijacked from their original owners, some of which have already used for spamming.";
}
- symbol { name = "RBL_SEM"; weight = 1.0; description = "Address is listed in Spameatingmonkey RBL"; }
+ symbol {
+ weight = 1.0;
+ name = "RBL_SEM";
+ description = "Address is listed in Spameatingmonkey RBL";
+ }
+
+ symbol {
+ weight = 1.0;
+ name = "RBL_NSZONES";
+ description = "Address is listed in Nszones RBL";
+ }
+
+ symbol {
+ weight = 1.0;
+ name = "RBL_ABUSEAT";
+ description = "Address is listed in Abuseat RBL";
+ }
symbol {
weight = 3.0;