]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Treat *.library-ms and *.search-ms attachments as harmful 5509/head
authortwesterhever <40121680+twesterhever@users.noreply.github.com>
Wed, 11 Jun 2025 20:03:58 +0000 (20:03 +0000)
committertwesterhever <40121680+twesterhever@users.noreply.github.com>
Wed, 11 Jun 2025 20:03:58 +0000 (20:03 +0000)
See: https://www.bleepingcomputer.com/news/security/microsoft-outlook-to-block-more-risky-attachments-used-in-attacks/

src/plugins/lua/mime_types.lua

index c69fa1e7b1cc1fd8c474574b21ef7c5e26b53552..5e30fccf5f108e44e96d6e0a0da7d4e03dd48efb 100644 (file)
@@ -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,