[Rspamd] Decrease weight of missed charset

This commit is contained in:
andryyy
2020-01-05 11:33:47 +01:00
parent b098696b89
commit 6d5677eb32

View File

@@ -0,0 +1,7 @@
symbols = {
"R_MIXED_CHARSET" {
weight = 1.0;
description = "Mixed characters in a message";
one_shot = true;
}
}