diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-03-31 16:13:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-31 16:13:42 +0100 |
commit | 9b97c69435ee8633e6f55d789309c11c62e73f9c (patch) | |
tree | fc11e3e7ee545566378185d26b2b99e60973582e /src/plugins | |
parent | 92387a131c7a20b23349b746917ba9a32deb6913 (diff) | |
parent | 9a173facedb40ac9f217c7de820665b01eeab0d6 (diff) | |
download | rspamd-9b97c69435ee8633e6f55d789309c11c62e73f9c.tar.gz rspamd-9b97c69435ee8633e6f55d789309c11c62e73f9c.zip |
Merge pull request #2129 from moisseev/patch-2
[Minor] Add "application/ms-tnef" CT for "dat"
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/lua/mime_types.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/lua/mime_types.lua b/src/plugins/lua/mime_types.lua index 98678d297..74565546c 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"}, |