From e4fcdfd2765c57d356f2e38d4f24b95ebef15550 Mon Sep 17 00:00:00 2001 From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:19:11 +0000 Subject: [PATCH] [Minor] Fix typo in rule name --- conf/composites.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/composites.conf b/conf/composites.conf index da14ce3a5..d3c4f073b 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -168,7 +168,7 @@ composites { policy = "leave"; description = "Message exhibits strong characteristics of advance fee fraud (AFF a/k/a '419' spam) involving freemail addresses"; } - SUSPICIOS_MDN { + SUSPICIOUS_MDN { expression = "(FREEMAIL_MDN | DISPOSABLE_MDN) & !(FREEMAIL_FROM | FREEMAIL_ENVFROM)"; score = 2.0; policy = "leave"; -- 2.39.5