diff options
author | Steve Freegard <steve@stevefreegard.com> | 2016-04-04 17:46:09 +0100 |
---|---|---|
committer | Steve Freegard <steve@stevefreegard.com> | 2016-04-04 17:46:09 +0100 |
commit | f2fc7d92afd86900317699c925dc80b920399664 (patch) | |
tree | f8f5f430c754932bd47ea29ce53abd2e174ddbdf /conf/metrics.conf | |
parent | 21608c36771e7356efb96d276b738bb48538bdc2 (diff) | |
download | rspamd-f2fc7d92afd86900317699c925dc80b920399664.tar.gz rspamd-f2fc7d92afd86900317699c925dc80b920399664.zip |
Add URIBL_SBL_CSS
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 { |