diff options
-rw-r--r-- | conf/metrics.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 230ee2794..0940721bb 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -858,18 +858,33 @@ metric { } symbol { + weight = 0.0; + name = "SEM_URIBL"; + description = "Spameatingmonkey uribl: unknown result"; + } + symbol { weight = 3.5; name = "SEM_URIBL"; description = "Spameatingmonkey uribl"; } symbol { + weight = 0.0; + name = "SEM_URIBL_FRESH15_UNKNOWN"; + description = "Spameatingmonkey Fresh15 uribl: unknown result"; + } + symbol { weight = 3.0; name = "SEM_URIBL_FRESH15"; description = "Spameatingmonkey uribl. Domains registered in the last 15 days (.AERO,.BIZ,.COM,.INFO,.NAME,.NET,.PRO,.SK,.TEL,.US)"; } symbol { + weight = 0.0; + description = "DBL unknown result"; + name = "DBL"; + } + symbol { weight = 6.5; description = "DBL uribl spam"; name = "DBL_SPAM"; @@ -920,6 +935,11 @@ metric { name = "DBL_PROHIBIT"; } symbol { + weight = 0.0; + description = "uribl.com: unrecognised result"; + name = "URIBL_MULTI"; + } + symbol { weight = 7.5; description = "uribl.com black url"; name = "URIBL_BLACK"; @@ -941,6 +961,11 @@ metric { } symbol { + weight = 0.0; + description = "ZEN URIBL: Filtered result"; + name = "ZEN_URIBL"; + } + symbol { weight = 6.5; description = "Spamhaus SBL dnsbl"; name = "URIBL_SBL"; |