Browse Source

[Minor] Treat *.zpaq attachments as archives and harmful

Rationale: https://dshield.org/diary/Malware+Dropped+Through+a+ZPAQ+Archive/30366/
tags/3.8.0
twesterhever 7 months ago
parent
commit
fee399699d
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/plugins/lua/mime_types.lua

+ 2
- 0
src/plugins/lua/mime_types.lua View File

@@ -56,6 +56,7 @@ local settings = {
exe = 1,
iso = 4,
jar = 2,
zpaq = 2,
-- In contrast to HTML MIME parts, dedicated HTML attachments are considered harmful
htm = 1,
html = 1,
@@ -218,6 +219,7 @@ local settings = {
rar = 1,
xz = 1,
zip = 1,
zpaq = 1,
},

-- Not really archives

Loading…
Cancel
Save