aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorFrederik Bosch <f.bosch@genkgo.nl>2022-10-17 09:46:50 +0200
committerGitHub <noreply@github.com>2022-10-17 09:46:50 +0200
commit04912a0f5ba3b1f9bd9cae6690401762c23a5745 (patch)
treeb08696231766f12adc59e8bfc1662a71908178fb /conf
parentf03b4d1c7cd1e160305cb39914c36e54d3f434ce (diff)
downloadrspamd-04912a0f5ba3b1f9bd9cae6690401762c23a5745.tar.gz
rspamd-04912a0f5ba3b1f9bd9cae6690401762c23a5745.zip
Update composites.conf
Diffstat (limited to 'conf')
-rw-r--r--conf/composites.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/composites.conf b/conf/composites.conf
index 2952773e9..00d765ce1 100644
--- a/conf/composites.conf
+++ b/conf/composites.conf
@@ -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)";