diff options
author | Yoshimo <yoshimo@users.noreply.github.com> | 2021-08-13 13:16:02 +0200 |
---|---|---|
committer | Yoshimo <yoshimo@users.noreply.github.com> | 2021-08-13 13:16:02 +0200 |
commit | 73395cdacac890ea565232ec969a7584a35c20d7 (patch) | |
tree | 3f7fef6c854d3b99baa42230ad633f4e2def918c | |
parent | 8cc17f8819f91c55b5214c3e0e4f3ddb820c8cce (diff) | |
download | rspamd-73395cdacac890ea565232ec969a7584a35c20d7.tar.gz rspamd-73395cdacac890ea565232ec969a7584a35c20d7.zip |
- add bz2, egg, alz,xz and lz as additional archive extensions
-rw-r--r-- | src/plugins/lua/mime_types.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/lua/mime_types.lua b/src/plugins/lua/mime_types.lua index edfc6d002..b8647491a 100644 --- a/src/plugins/lua/mime_types.lua +++ b/src/plugins/lua/mime_types.lua @@ -180,6 +180,11 @@ local settings = { ace = 1, ['7z'] = 1, cab = 1, + bz2 = 1, + egg = 1, + alz = 1, + xz = 1, + lz = 1, }, -- Not really archives |