]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Conf] Score MIME_OBFUSCATED_ARCHIVE to 8 points
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 13 Jan 2022 20:45:14 +0000 (20:45 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 13 Jan 2022 20:45:14 +0000 (20:45 +0000)
conf/scores.d/mime_types_group.conf

index b9e3736008cab9d6dc2e767fc32ba270354f6a00..4e95f68351aa19900bf00f162444723be6ad1c4a 100644 (file)
@@ -43,6 +43,11 @@ symbols = {
         description = "Encrypted archive in a message";
         one_shot = true;
     }
+    "MIME_OBFUSCATED_ARCHIVE" {
+        weight = 8.0;
+        description = "Archive has files with clear obfuscation signs";
+        one_shot = true;
+    }
     "MIME_EXE_IN_GEN_SPLIT_RAR" {
         weight = 5.0;
         description = "EXE file in RAR archive with generic split extension (e.g. .001)";