aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoshimo <yoshimo@users.noreply.github.com>2021-08-13 13:16:02 +0200
committerYoshimo <yoshimo@users.noreply.github.com>2021-08-13 13:16:02 +0200
commit73395cdacac890ea565232ec969a7584a35c20d7 (patch)
tree3f7fef6c854d3b99baa42230ad633f4e2def918c
parent8cc17f8819f91c55b5214c3e0e4f3ddb820c8cce (diff)
downloadrspamd-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.lua5
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