aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-05-23 22:18:59 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-05-23 22:18:59 +0100
commit1d4438c0596db12c250030397f1c9a9557071d0d (patch)
treeb08f6ac6ade5a77ab7a158879678466918e17ca8
parent739dadb8fd7d234a2fd09cf2c1c4d51420927b82 (diff)
downloadrspamd-1d4438c0596db12c250030397f1c9a9557071d0d.tar.gz
rspamd-1d4438c0596db12c250030397f1c9a9557071d0d.zip
DBL_ABUSE_REDIR should not have significant weight.
-rw-r--r--conf/metrics.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index e439ba99f..34ae60ec0 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -895,7 +895,7 @@ metric {
name = "DBL_ABUSE";
}
symbol {
- weight = 7.500000;
+ weight = 1.500000;
description = "DBL uribl abused spammed redirector domain";
name = "DBL_ABUSE_REDIR";
}