summaryrefslogtreecommitdiffstats
path: root/conf/metrics.conf
diff options
context:
space:
mode:
authorAlexeySa <AlexeySa@users.noreply.github.com>2013-12-12 13:03:49 -0800
committerAlexeySa <AlexeySa@users.noreply.github.com>2013-12-12 13:03:49 -0800
commit3eff05491347818219b8d471fe57b82cfb7d4e82 (patch)
tree8bd5eca072658366f7d3228b54ce93909bbedd7f /conf/metrics.conf
parentdc27ee1ba20d40e52ba047f66529d74168f6361a (diff)
downloadrspamd-3eff05491347818219b8d471fe57b82cfb7d4e82.tar.gz
rspamd-3eff05491347818219b8d471fe57b82cfb7d4e82.zip
Update metrics.conf
Added Sorbs RBL metrics
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r--conf/metrics.conf50
1 files changed, 50 insertions, 0 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index 62c633bee..bd499218e 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -338,6 +338,56 @@ metric {
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";
name = "R_PARTS_DIFFER";