aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAlexey <AlexeySa@users.noreply.github.com>2014-05-21 11:51:34 -0700
committerAlexey <AlexeySa@users.noreply.github.com>2014-05-21 11:51:34 -0700
commit02bbbb5264e2678bafe8ef59a8c8271035143a5c (patch)
treef5c0f5f9fcd0348397761379d904c390ab76b89b /conf
parentb70551f59c1f411df7ba1c0263d6663209ed22cd (diff)
downloadrspamd-02bbbb5264e2678bafe8ef59a8c8271035143a5c.tar.gz
rspamd-02bbbb5264e2678bafe8ef59a8c8271035143a5c.zip
Add metrics for Abuse.ch and Uceprotect rbl
Diffstat (limited to 'conf')
-rw-r--r--conf/metrics.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index 1824a3589..579a169cf 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -340,6 +340,16 @@ metric {
name = "RBL_SENDERSCORE";
}
symbol {
+ weight = 1.0;
+ description = "From address is listed in ABUSE.CH BL";
+ name = "RBL_ABUSECH";
+ }
+ symbol {
+ weight = 1.0;
+ description = "From address is listed in UCEPROTECT LEVEL1 BL";
+ name = "RBL_UCEPROTECT_LEVEL1";
+ }
+ symbol {
weight = 2.0;
description = "From address is listed in mailspike.com BL";
name = "RBL_MAILSPIKE";