commit e4fcdfd: [Minor] Fix typo in rule name

twesterhever 40121680+twesterhever at users.noreply.github.com
Mon Jul 29 17:55:23 UTC 2024


Author: twesterhever
Date: 2024-04-09 11:19:11 +0000
URL: https://github.com/rspamd/rspamd/commit/e4fcdfd2765c57d356f2e38d4f24b95ebef15550 (refs/pull/4915/head)

[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";


More information about the Commits mailing list