summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-08-08 12:50:21 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-08-08 12:50:36 +0100
commitff9d3d54f48fa561287e17bc24c849313b569ecc (patch)
treeb7b80208d0a4d51ea6a0219f355faac718bb13e1 /conf
parent816e265e27285d07ed261a89e18901f6fad54fa4 (diff)
downloadrspamd-ff9d3d54f48fa561287e17bc24c849313b569ecc.tar.gz
rspamd-ff9d3d54f48fa561287e17bc24c849313b569ecc.zip
[Minor] Slightly reduce R_WHITE_ON_WHITE score
Diffstat (limited to 'conf')
-rw-r--r--conf/metrics.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index 74de7715d..967bcbe35 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -361,7 +361,7 @@ metric {
group "body" {
symbol "R_WHITE_ON_WHITE" {
- weight = 6.0;
+ weight = 3.5;
description = "White color on white background in HTML messages";
}
symbol "HTML_SHORT_LINK_IMG_1" {