summaryrefslogtreecommitdiffstats
path: root/conf/metrics.conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-08-05 16:05:54 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-08-05 16:06:22 +0100
commitad36a88b58202c9a4a899b7ffd51b4a9cb54c0ac (patch)
treeae1f7ccd13e026087c35e585879d0b942533f950 /conf/metrics.conf
parent4a6d929b11b35dd97f05e7c8c01e3dec7ed71849 (diff)
downloadrspamd-ad36a88b58202c9a4a899b7ffd51b4a9cb54c0ac.tar.gz
rspamd-ad36a88b58202c9a4a899b7ffd51b4a9cb54c0ac.zip
[Feature] Properly implement R_WHITE_ON_WHITE rule
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r--conf/metrics.conf6
1 files changed, 1 insertions, 5 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index ce20753c7..407f1c3ba 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -157,10 +157,6 @@ metric {
weight = 3.0;
description = "Detects bad content-transfer-encoding for text parts";
}
- symbol "R_FLASH_REDIR_IMGSHACK" {
- weight = 10.0;
- description = "Flash redirect on imageshack.us";
- }
symbol "INVALID_MSGID" {
weight = 1.7;
description = "Message id is incorrect";
@@ -365,7 +361,7 @@ metric {
group "body" {
symbol "R_WHITE_ON_WHITE" {
- weight = 9.0;
+ weight = 6.0;
description = "White color on white background in HTML messages";
}
symbol "HTML_SHORT_LINK_IMG_1" {