From: Alexey Date: Wed, 21 May 2014 18:51:34 +0000 (-0700) Subject: Add metrics for Abuse.ch and Uceprotect rbl X-Git-Tag: 0.7.0~210^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02bbbb5264e2678bafe8ef59a8c8271035143a5c;p=thirdparty%2Frspamd.git Add metrics for Abuse.ch and Uceprotect rbl --- diff --git a/conf/metrics.conf b/conf/metrics.conf index 1824a3589e..579a169cfe 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -339,6 +339,16 @@ metric { description = "From address is listed in senderscore.com BL"; 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";