From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:19:11 +0000 (+0000) Subject: [Minor] Fix typo in rule name X-Git-Tag: 3.9.0~51^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F4915%2Fhead;p=rspamd.git [Minor] Fix typo in rule name --- 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";