[Rspamd] Decrease weight of missed charset

master
andryyy 2020-01-05 11:33:47 +01:00
parent b098696b89
commit 6d5677eb32
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 7 additions and 0 deletions

View File

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