aboutsummaryrefslogtreecommitdiffstats
path: root/conf/metrics.conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-07-11 15:32:26 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-07-11 15:32:26 +0100
commitbafb9f17fbd694ea86b3b7d0d16a28c5d9fd9854 (patch)
tree0bf18d3b808266133ce783bc5a27520f6c165fb6 /conf/metrics.conf
parent0d43251bc637a302e969653057207b3265d113eb (diff)
downloadrspamd-bafb9f17fbd694ea86b3b7d0d16a28c5d9fd9854.tar.gz
rspamd-bafb9f17fbd694ea86b3b7d0d16a28c5d9fd9854.zip
[Feature] Further improvements to chartable module
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r--conf/metrics.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index 8ce02c8f4..2cadf5722 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -122,6 +122,12 @@ metric {
symbol "R_MIXED_CHARSET" {
weight = 5.0;
description = "Mixed characters in a message";
+ one_shot = true;
+ }
+ symbol "R_MIXED_CHARSET_URL" {
+ weight = 7.0;
+ description = "Mixed characters in a URL inside message";
+ one_shot = true;
}
symbol "SORTED_RECIPS" {
weight = 3.500000;