diff options
author | moisseev <moiseev@mezonplus.ru> | 2020-05-28 13:26:07 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2020-05-28 13:48:28 +0300 |
commit | d353d54ae593a2a7e047c0d2d3a3ce476c8ec528 (patch) | |
tree | bb99ed91a09459f670a5807e581ee5d00acc2e7c /conf | |
parent | 5de369678bd0b1314bdbf9ac056042ba4655cf5e (diff) | |
download | rspamd-d353d54ae593a2a7e047c0d2d3a3ce476c8ec528.tar.gz rspamd-d353d54ae593a2a7e047c0d2d3a3ce476c8ec528.zip |
[Minor] Penalize EXE files in RAR archives
that have generic split file extensions (e.g. .001)
Diffstat (limited to 'conf')
-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 3a13cde79..b9e373600 100644 --- a/conf/scores.d/mime_types_group.conf +++ b/conf/scores.d/mime_types_group.conf @@ -43,6 +43,11 @@ symbols = { description = "Encrypted archive in a message"; one_shot = true; } + "MIME_EXE_IN_GEN_SPLIT_RAR" { + weight = 5.0; + description = "EXE file in RAR archive with generic split extension (e.g. .001)"; + one_shot = true; + } "MIME_ARCHIVE_IN_ARCHIVE" { weight = 5.0; description = "Archive within another archive"; |