From bafb9f17fbd694ea86b3b7d0d16a28c5d9fd9854 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 11 Jul 2016 15:32:26 +0100 Subject: [Feature] Further improvements to chartable module --- conf/metrics.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'conf') 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; -- cgit v1.2.3