]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] mime_types: remove .tmp from bad_extensions 2756/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Thu, 14 Feb 2019 16:08:02 +0000 (19:08 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Thu, 14 Feb 2019 16:08:02 +0000 (19:08 +0300)
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).

src/plugins/lua/mime_types.lua

index ab2484c34519e09b6d2be18c77d0774135f8c339..bf26546765424c16e121cae36723cf22eaeba3fb 100644 (file)
@@ -142,7 +142,6 @@ local settings = {
     scf = 2,
     shs = 2,
     theme = 2,
-    tmp = 2,
     url = 2,
     vbp = 2,
     vsmacros = 2,