diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-09-08 09:56:55 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-09-08 09:56:55 +0100 |
commit | 0214b14323f8d59aec6a7520ed124116eeca93a7 (patch) | |
tree | 391a8db1a4365523b65d09b162444efa9d714eca /lualib/lua_magic/types.lua | |
parent | ef54307ee4621ee2645c7cf9456e2542f51875f6 (diff) | |
download | rspamd-0214b14323f8d59aec6a7520ed124116eeca93a7.tar.gz rspamd-0214b14323f8d59aec6a7520ed124116eeca93a7.zip |
[Project] Lua_magic: Add zoo archive support
Diffstat (limited to 'lualib/lua_magic/types.lua')
-rw-r--r-- | lualib/lua_magic/types.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lualib/lua_magic/types.lua b/lualib/lua_magic/types.lua index 299dc1924..e8e4e45e2 100644 --- a/lualib/lua_magic/types.lua +++ b/lualib/lua_magic/types.lua @@ -101,6 +101,10 @@ local types = { ct = 'application/x-iso', type = 'archive', }, + zoo = { + ct = 'application/x-zoo', + type = 'archive', + }, szdd = { -- in fact, their MSDOS extension is like FOO.TX_ or FOO.TX$ ct = 'application/x-compressed', type = 'archive', |