]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Add bad file types commonly found in archives attached to malspam 4949/head
authortwesterhever <40121680+twesterhever@users.noreply.github.com>
Sun, 28 Apr 2024 09:06:17 +0000 (09:06 +0000)
committertwesterhever <40121680+twesterhever@users.noreply.github.com>
Sun, 28 Apr 2024 09:06:17 +0000 (09:06 +0000)
src/plugins/lua/mime_types.lua

index 71b6481d85df74d4c14f702744b2a7720f828fc2..6506025aaefc449ef8e6e211865a10afc5e7d75d 100644 (file)
@@ -196,10 +196,14 @@ local settings = {
 
   -- Something that should not be in archive
   bad_archive_extensions = {
+    chm = 4,
     docx = 0.1,
+    exe = 0.1,
     hta = 4,
+    iso = 4,
     jar = 3,
     js = 0.5,
+    lnk = 4,
     pdf = 0.1,
     pptx = 0.1,
     vbs = 4,