diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/metrics.conf | 6 |
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; |