]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Add additional bad extensions 4508/head
authortwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 2 Jun 2023 10:46:47 +0000 (10:46 +0000)
committertwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 2 Jun 2023 10:46:47 +0000 (10:46 +0000)
src/plugins/lua/mime_types.lua

index ce784b10e31212ce0ea3e7f18538bceef18d63fb..3734d890df738cbe9135739f7bfeff849f11ecae 100644 (file)
@@ -53,6 +53,7 @@ local settings = {
     bat = 2,
     com = 2,
     exe = 1,
+    hta = 2,
     iso = 4,
     jar = 2,
     lnk = 4,
@@ -60,7 +61,11 @@ local settings = {
     -- Have you ever seen that in legit email?
     ace = 4,
     arj = 2,
+    asx = 2,
     cab = 3,
+    sfx = 2,
+    vst = 2,
+    vss = 2,
     -- Additional bad extensions from Gmail
     ade = 2,
     adp = 2,