aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-01-16 21:58:26 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-01-16 21:58:26 +0000
commit1deaf3b4e9e49ef4cb20dbcb05b2e749cb6168cc (patch)
tree68e6106157a292e0381cf41e8674b159caca2018 /conf
parent393f4b56644f27e815af8e1851ff7aafe8e3ffd2 (diff)
downloadrspamd-1deaf3b4e9e49ef4cb20dbcb05b2e749cb6168cc.tar.gz
rspamd-1deaf3b4e9e49ef4cb20dbcb05b2e749cb6168cc.zip
Some fixes to the default configuration
Diffstat (limited to 'conf')
-rw-r--r--conf/metrics.conf9
-rw-r--r--conf/modules.d/rbl.conf2
2 files changed, 8 insertions, 3 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index 386e83e6a..dfb34844b 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -574,9 +574,14 @@ metric {
description = "From address is listed in zen pbl";
}
symbol {
+ name = "RBL_SPAMHAUS_PBL1";
+ weight = 2.0;
+ description = "From address is listed in zen pbl";
+ }
+ symbol {
name = "RECEIVED_SPAMHAUS_XBL";
weight = 3.0;
- description = "Received address is listed in zen pbl";
+ description = "Received address is listed in zen xbl";
one_shot = true;
}
@@ -859,7 +864,7 @@ metric {
symbol {
weight = 0.0;
- name = "SEM_URIBL";
+ name = "SEM_URIBL_UNKNONW";
description = "Spameatingmonkey uribl: unknown result";
}
symbol {
diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf
index 2d167f65a..5e12be774 100644
--- a/conf/modules.d/rbl.conf
+++ b/conf/modules.d/rbl.conf
@@ -19,7 +19,7 @@ rbl {
RBL_SPAMHAUS_XBL = "127.0.0.6";
RBL_SPAMHAUS_XBL = "127.0.0.7";
RBL_SPAMHAUS_PBL = "127.0.0.10";
- RBL_SPAMHAUS_PBL = "127.0.0.11";
+ RBL_SPAMHAUS_PBL1 = "127.0.0.11";
}
}