From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:03:58 +0000 (+0000) Subject: [Minor] Treat *.library-ms and *.search-ms attachments as harmful X-Git-Tag: 3.12.1~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5509%2Fhead;p=thirdparty%2Frspamd.git [Minor] Treat *.library-ms and *.search-ms attachments as harmful See: https://www.bleepingcomputer.com/news/security/microsoft-outlook-to-block-more-risky-attachments-used-in-attacks/ --- diff --git a/src/plugins/lua/mime_types.lua b/src/plugins/lua/mime_types.lua index c69fa1e7b1..5e30fccf5f 100644 --- a/src/plugins/lua/mime_types.lua +++ b/src/plugins/lua/mime_types.lua @@ -128,6 +128,7 @@ local settings = { inf = 4, its = 4, jnlp = 4, + library-ms = 4, lnk = 4, ksh = 4, mad = 4, @@ -179,6 +180,7 @@ local settings = { reg = 4, scf = 4, scr = 4, + search-ms = 4, shs = 4, theme = 4, url = 4,