summaryrefslogtreecommitdiffstats
path: root/lualib
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-10-14 14:55:36 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-10-14 14:55:36 +0100
commit13a09de8ed30edd27b3bd8422e75ebd695251f81 (patch)
tree7b591de5e0bcd90b963e14b3a4c120d077376df5 /lualib
parentb711239c11939e529bdf3f292754e709522680ed (diff)
downloadrspamd-13a09de8ed30edd27b3bd8422e75ebd695251f81.tar.gz
rspamd-13a09de8ed30edd27b3bd8422e75ebd695251f81.zip
[Feature] Multimap: Do not check files in office archives
Diffstat (limited to 'lualib')
-rw-r--r--lualib/lua_magic/init.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lualib/lua_magic/init.lua b/lualib/lua_magic/init.lua
index d92980246..d87e40d58 100644
--- a/lualib/lua_magic/init.lua
+++ b/lualib/lua_magic/init.lua
@@ -361,4 +361,6 @@ end
-- Rspamd checks 2 chunks at start and 1 chunk at the end
exports.chunk_size = 32768
+exports.types = types
+
return exports \ No newline at end of file