]> source.dussan.org Git - rspamd.git/commitdiff
Update composites.conf 4308/head
authorFrederik Bosch <f.bosch@genkgo.nl>
Mon, 17 Oct 2022 07:46:50 +0000 (09:46 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Oct 2022 07:46:50 +0000 (09:46 +0200)
conf/composites.conf

index 2952773e99f16328b1fe32fe2bbd3279f96424f0..00d765ce1a3ffeb3c2ba85e55c2782c56f3d62b1 100644 (file)
@@ -59,7 +59,7 @@ composites {
     expression = "!(R_DKIM_NA & R_SPF_NA & DMARC_NA & ARC_NA) & (R_DKIM_NA | R_DKIM_TEMPFAIL | R_DKIM_PERMFAIL) & (R_SPF_NA | R_SPF_DNSFAIL) & DMARC_NA & (ARC_NA | ARC_DNSFAIL)";
     score = 1.0;
     policy = "remove_weight";
-    description = "Authenticating message via SPF/DKIM/DMARC/ARC not available or failed";
+    description = "No authenticating method SPF/DKIM/DMARC/ARC was successful";
   }
   BOUNCE_NO_AUTH {
     expression = "(AUTH_NA | AUTH_NA_OR_FAIL) & (BOUNCE | SUBJ_BOUNCE_WORDS)";