From: Alexander Moisseev Date: Thu, 29 Mar 2018 07:02:10 +0000 (+0000) Subject: [Minor] Add "application/ms-tnef" CT for "dat" X-Git-Tag: 1.7.3~69^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2129%2Fhead;p=thirdparty%2Frspamd.git [Minor] Add "application/ms-tnef" CT for "dat" --- diff --git a/src/plugins/lua/mime_types.lua b/src/plugins/lua/mime_types.lua index 98678d2977..74565546c7 100644 --- a/src/plugins/lua/mime_types.lua +++ b/src/plugins/lua/mime_types.lua @@ -290,7 +290,7 @@ local full_extensions_map = { {"csv", "text/csv"}, {"cur", "application/octet-stream"}, {"cxx", "text/plain"}, - {"dat", "application/octet-stream"}, + {"dat", {"application/octet-stream", "application/ms-tnef"}}, {"datasource", "application/xml"}, {"dbproj", "text/plain"}, {"dcr", "application/x-director"},