From 3eff05491347818219b8d471fe57b82cfb7d4e82 Mon Sep 17 00:00:00 2001 From: AlexeySa Date: Thu, 12 Dec 2013 13:03:49 -0800 Subject: [PATCH] Update metrics.conf Added Sorbs RBL metrics --- conf/metrics.conf | 50 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/conf/metrics.conf b/conf/metrics.conf index 62c633bee..bd499218e 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -337,6 +337,56 @@ metric { description = "Received headers contains addresses from mailspike.com RBL"; name = "RBL_MAILSPIKE"; } + symbol { + weight = 1.0; + name = "RBL_SORBS"; + description = "Received headers contains addresses from RBL"; + } + symbol { + weight = 2.5; + name = "RBL_SORBS_HTTP"; + description = "List of Open HTTP Proxy Servers."; + } + symbol { + weight = 2.5; + name = "RBL_SORBS_SOCKS"; + description = "List of Open SOCKS Proxy Servers."; + } + symbol { + weight = 1.0; + name = "RBL_SORBS_MISC"; + description = "List of open Proxy Servers not listed in the SOCKS or HTTP lists."; + } + symbol { + weight = 3.0; + name = "RBL_SORBS_SMTP"; + description = "List of Open SMTP relay servers."; + } + symbol { + weight = 1.5; + name = "RBL_SORBS_RECENT"; + description = "List of hosts that have been noted as sending spam/UCE/UBE to the admins of SORBS within the last 28 days (includes new.spam.dnsbl.sorbs.net)."; + } + symbol { + weight = 0.4; + name = "RBL_SORBS_WEB"; + description = "List of web (WWW) servers which have spammer abusable vulnerabilities (e.g. FormMail scripts)"; + } + symbol { + weight = 2.0; + name = "RBL_SORBS_DUL"; + description = "Dynamic IP Address ranges (NOT a Dial Up list!)"; + } + symbol { + weight = 1.0; + name = "RBL_SORBS_BLOCK"; + description = "List of hosts demanding that they never be tested by SORBS."; + } + symbol { + weight = 1.0; + name = "RBL_SORBS_ZOMBIE"; + description = "List of networks hijacked from their original owners, some of which have already used for spamming."; + } symbol { weight = 3.0; description = "Text and HTML parts differ"; -- 2.39.5