diff options
author | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-06-20 11:47:08 +0000 |
---|---|---|
committer | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-06-20 11:47:08 +0000 |
commit | 57cf63cca71170be55c2652bd759baff61186324 (patch) | |
tree | 369d57214f14b25150f836fb3b3a1bcf2428f73b /src | |
parent | e1302090d55ba9323c8817e6d5198b652ceef133 (diff) | |
download | rspamd-57cf63cca71170be55c2652bd759baff61186324.tar.gz rspamd-57cf63cca71170be55c2652bd759baff61186324.zip |
[Minor] Increase score for .chm attachments
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/lua/mime_types.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/lua/mime_types.lua b/src/plugins/lua/mime_types.lua index 3734d890d..6755b3ce7 100644 --- a/src/plugins/lua/mime_types.lua +++ b/src/plugins/lua/mime_types.lua @@ -51,6 +51,7 @@ local settings = { bad_extensions = { bat = 2, + chm = 4, com = 2, exe = 1, hta = 2, @@ -69,7 +70,6 @@ local settings = { -- Additional bad extensions from Gmail ade = 2, adp = 2, - chm = 2, cmd = 2, cpl = 2, ins = 2, |