From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Tue, 20 Jun 2023 11:47:08 +0000 (+0000) Subject: [Minor] Increase score for .chm attachments X-Git-Tag: 3.6~61^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=57cf63cca71170be55c2652bd759baff61186324;p=thirdparty%2Frspamd.git [Minor] Increase score for .chm attachments --- diff --git a/src/plugins/lua/mime_types.lua b/src/plugins/lua/mime_types.lua index 3734d890df..6755b3ce76 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,