Browse Source

[Minor] Increase scoring of *.exe attachments

These are already banned in most environments, including GMail and
Outlook. We may as well bump this score up to 4 eventually.
tags/3.7.2
twesterhever 7 months ago
parent
commit
8171424d84
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/plugins/lua/mime_types.lua

+ 1
- 1
src/plugins/lua/mime_types.lua View File

@@ -53,7 +53,7 @@ local settings = {

bad_extensions = {
cue = 2,
exe = 1,
exe = 2,
iso = 4,
jar = 2,
-- In contrast to HTML MIME parts, dedicated HTML attachments are considered harmful

Loading…
Cancel
Save