From: Alexander Moisseev Date: Thu, 18 Apr 2019 07:03:23 +0000 (+0300) Subject: [Minor] Add "iso" to bad_extensions X-Git-Tag: 1.9.3~104^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F2860%2Fhead;p=rspamd.git [Minor] Add "iso" to bad_extensions --- diff --git a/src/plugins/lua/mime_types.lua b/src/plugins/lua/mime_types.lua index 04655beb0..51a63f6d5 100644 --- a/src/plugins/lua/mime_types.lua +++ b/src/plugins/lua/mime_types.lua @@ -46,12 +46,13 @@ local settings = { }, bad_extensions = { - scr = 4, - lnk = 4, + bat = 2, + com = 2, exe = 1, + iso = 4, jar = 2, - com = 2, - bat = 2, + lnk = 4, + scr = 4, -- Have you ever seen that in legit email? ace = 4, arj = 2,