From: Jason Stephenson Date: Mon, 19 Jun 2023 14:42:57 +0000 (+0100) Subject: Use the correct mime format for 7z X-Git-Tag: 3.6~62^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4517%2Fhead;p=thirdparty%2Frspamd.git Use the correct mime format for 7z --- diff --git a/lualib/lua_magic/types.lua b/lualib/lua_magic/types.lua index 859c578ca5..3dce2e1f8a 100644 --- a/lualib/lua_magic/types.lua +++ b/lualib/lua_magic/types.lua @@ -251,7 +251,7 @@ local types = { type = 'archive', }, ['7z'] = { - ct = 'x-7z-compressed', + ct = 'application/x-7z-compressed', type = 'archive', }, gz = {