diff options
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 69f378a12..3669f1cb0 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -1001,14 +1001,19 @@ metric { symbol { weight = 0.0; - description = "ZEN URIBL: Filtered result"; - name = "ZEN_URIBL"; + description = "SBL URIBL: Filtered result"; + name = "SBL_URIBL"; } symbol { weight = 6.5; - description = "Spamhaus SBL dnsbl"; + description = "Spamhaus SBL URIBL"; name = "URIBL_SBL"; } + symbol { + weight = 6.5; + description = "Spamhaus SBL CSS URIBL"; + name = "URIBL_SBL_CSS"; + } } group { |