diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-01-18 17:18:27 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-01-18 17:18:27 +0000 |
commit | ac585813528a7ca13e63bd53704b0bbfb2d3b773 (patch) | |
tree | 03e423b0f25b17e03a0da85dfef52ae0ab077961 /conf/scores.d | |
parent | afa975523e60d36be65d5b79d650a1c98e0a3b0d (diff) | |
download | rspamd-ac585813528a7ca13e63bd53704b0bbfb2d3b773.tar.gz rspamd-ac585813528a7ca13e63bd53704b0bbfb2d3b773.zip |
[Feature] Mime_types: Add MIME_BAD_UNICODE rule
Diffstat (limited to 'conf/scores.d')
-rw-r--r-- | conf/scores.d/mime_types_group.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/scores.d/mime_types_group.conf b/conf/scores.d/mime_types_group.conf index 10cb1ba93..7a2847b1e 100644 --- a/conf/scores.d/mime_types_group.conf +++ b/conf/scores.d/mime_types_group.conf @@ -56,4 +56,9 @@ symbols = { description = "Bad extension"; one_shot = true; } + "MIME_BAD_UNICODE" { + weight = 8.0; + description = "Filename with known obscured unicode characters"; + one_shot = true; + } }
\ No newline at end of file |