aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-01-22 14:26:40 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-01-22 14:26:40 +0000
commit39bd57635fb6b75c753714790f93061faa561ab9 (patch)
tree6fc444795f35b0fdf9279add88c925dcae25c705 /conf
parent8ebb57a8352974d1236582ceabab44806fa8e93e (diff)
downloadrspamd-39bd57635fb6b75c753714790f93061faa561ab9.tar.gz
rspamd-39bd57635fb6b75c753714790f93061faa561ab9.zip
Adjust some weights
Diffstat (limited to 'conf')
-rw-r--r--conf/metrics.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index 6debd402b..aae3ebfb1 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -180,12 +180,12 @@ metric {
name = "R_FLASH_REDIR_IMGSHACK";
}
symbol {
- weight = 5.0;
+ weight = 1.7;
description = "Message id is incorrect";
name = "INVALID_MSGID";
}
symbol {
- weight = 5.0;
+ weight = 2.5;
description = "Message id is missing ";
name = "MISSING_MID";
}
@@ -765,7 +765,7 @@ metric {
name = "bayes";
symbol {
- weight = 3.0;
+ weight = 4.0;
description = "Message probably spam, probability: ";
name = "BAYES_SPAM";
}
@@ -1156,7 +1156,7 @@ metric {
description = "Message-id host not FQDN";
}
symbol {
- weight = 4.00;
+ weight = 2.50;
name = "HFILTER_HOSTNAME_UNKNOWN";
description = "Unknown hostname (no PTR or no resolve PTR to hostname)";
}