From: Alexander Moisseev Date: Thu, 14 Feb 2019 16:08:02 +0000 (+0300) Subject: [Minor] mime_types: remove .tmp from bad_extensions X-Git-Tag: 1.9.0~146^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2756%2Fhead;p=thirdparty%2Frspamd.git [Minor] mime_types: remove .tmp from bad_extensions as it is not potentially harmful Just a note: M$ Office documents are archives and some of them may contain *.tmp files (as well as other actually potentially dangerous extensions). --- diff --git a/src/plugins/lua/mime_types.lua b/src/plugins/lua/mime_types.lua index ab2484c345..bf26546765 100644 --- a/src/plugins/lua/mime_types.lua +++ b/src/plugins/lua/mime_types.lua @@ -142,7 +142,6 @@ local settings = { scf = 2, shs = 2, theme = 2, - tmp = 2, url = 2, vbp = 2, vsmacros = 2,