diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2019-06-10 09:02:41 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2019-06-10 09:02:41 +0300 |
commit | 8c1a63055744fbc4cf50c723621203bea4077e6e (patch) | |
tree | 63e65063c481ae34eab3b45dd6454e755cb2f15a /src/plugins | |
parent | d24e9fbc3570eec721d9e0c678c28352197f7484 (diff) | |
download | rspamd-8c1a63055744fbc4cf50c723621203bea4077e6e.tar.gz rspamd-8c1a63055744fbc4cf50c723621203bea4077e6e.zip |
[Minor] Add "application/excel" CT for "*.xls"
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/lua/mime_types.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/lua/mime_types.lua b/src/plugins/lua/mime_types.lua index ccea74dc3..55353394a 100644 --- a/src/plugins/lua/mime_types.lua +++ b/src/plugins/lua/mime_types.lua @@ -785,6 +785,7 @@ local full_extensions_map = { {"xll", "application/vnd.ms-excel"}, {"xlm", "application/vnd.ms-excel"}, {"xls", { + "application/excel", "application/vnd.ms-excel", "application/vnd.ms-office", "application/x-excel", |