Browse Source

Add metric for Spameatingmonkey RBL and SURBL

tags/0.7.0
Alexey 10 years ago
parent
commit
99ece568a6
1 changed files with 11 additions and 0 deletions
  1. 11
    0
      conf/metrics.conf

+ 11
- 0
conf/metrics.conf View File

@@ -388,6 +388,10 @@ metric {
name = "RBL_SORBS_ZOMBIE";
description = "List of networks hijacked from their original owners, some of which have already used for spamming.";
}
symbol { name = "RBL_SEM_UNKNOWN"; weight = 0.0; description = "Address is listed in Spameatingmonkey RBL"; }
symbol { name = "RBL_SEM"; weight = 1.0; description = "Address is listed in Spameatingmonkey RBL"; }
symbol {
weight = 3.0;
description = "Text and HTML parts differ";
@@ -548,6 +552,13 @@ metric {
description = "rambler.ru uribl";
name = "RAMBLER_URIBL";
}
symbol { weight = 0.0; name = "SEM_URIBL_UNKNOWN"; description = "Spameatingmonkey uribl unknown"; }
symbol { weight = 3.5; name = "SEM_URIBL"; description = "Spameatingmonkey uribl"; }

symbol { weight = 0.0; name = "SEM_URIBL_FRESH15_UNKNOWN"; description = "Spameatingmonkey uribl unknown"; }
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 = 5.500000;
description = "DBL uribl";

Loading…
Cancel
Save