aboutsummaryrefslogtreecommitdiffstats
path: root/conf/metrics.conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-05-01 17:03:39 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-05-01 17:03:39 +0100
commitc3f1cc6f41a50e4c2c7c023b3fa85d0d4a31a97c (patch)
tree97d69f17c6c3e7908933ea788a8abc2d0eef4276 /conf/metrics.conf
parent390c8290d7747e2ab53a821e8077ab3fc80a706f (diff)
downloadrspamd-c3f1cc6f41a50e4c2c7c023b3fa85d0d4a31a97c.tar.gz
rspamd-c3f1cc6f41a50e4c2c7c023b3fa85d0d4a31a97c.zip
Add DBL list gradation.
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r--conf/metrics.conf54
1 files changed, 52 insertions, 2 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index 7c4839245..de59b04ef 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -753,11 +753,61 @@ metric {
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";
+ weight = 0.000000;
+ description = "DBL uribl unknown symbol (error)";
name = "DBL";
}
symbol {
+ weight = 6.500000;
+ description = "DBL uribl spam";
+ name = "DBL_SPAM";
+ }
+ symbol {
+ weight = 6.500000;
+ description = "DBL uribl phishing";
+ name = "DBL_PHISH";
+ }
+ symbol {
+ weight = 6.500000;
+ description = "DBL uribl malware";
+ name = "DBL_MALWARE";
+ }
+ symbol {
+ weight = 5.500000;
+ description = "DBL uribl botnet C&C domain";
+ name = "DBL_BOTNET";
+ }
+ symbol {
+ weight = 6.500000;
+ description = "DBL uribl abused legit spam";
+ name = "DBL_ABUSE";
+ }
+ symbol {
+ weight = 7.500000;
+ description = "DBL uribl abused spammed redirector domain";
+ name = "DBL_ABUSE_REDIR";
+ }
+ symbol {
+ weight = 7.500000;
+ description = "DBL uribl abused legit phish";
+ name = "DBL_ABUSE_PHISH";
+ }
+ symbol {
+ weight = 7.500000;
+ description = "DBL uribl abused legit malware";
+ name = "DBL_ABUSE_MALWARE";
+ }
+ symbol {
+ weight = 5.500000;
+ description = "DBL uribl abused legit botnet C&C";
+ name = "DBL_ABUSE_BOTNET";
+ }
+ symbol {
+ weight = 0.00000;
+ description = "DBL uribl IP queries prohibited!";
+ name = "DBL_PROHIBIT";
+ }
+ symbol {
weight = 7.5;
description = "uribl.com black url";
name = "URIBL_BLACK";