aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2020-10-17 02:51:23 +0200
committerGitHub <noreply@github.com>2020-10-17 02:51:23 +0200
commitc093b1b8f37716647d9da1b0853123a1639d1369 (patch)
treee0404ed719d511e4ea1ae5a6b08f26431161a200 /conf
parent32ee6bdf5abf1e3e5b9594783d93522b01faf3e2 (diff)
downloadrspamd-c093b1b8f37716647d9da1b0853123a1639d1369.tar.gz
rspamd-c093b1b8f37716647d9da1b0853123a1639d1369.zip
whitelist_group.conf: Fix typo in description
Diffstat (limited to 'conf')
-rw-r--r--conf/scores.d/whitelist_group.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/scores.d/whitelist_group.conf b/conf/scores.d/whitelist_group.conf
index 7bce63691..5f1a5eaf5 100644
--- a/conf/scores.d/whitelist_group.conf
+++ b/conf/scores.d/whitelist_group.conf
@@ -50,6 +50,6 @@ symbols = {
}
"BLACKLIST_DMARC" {
weight = 6.0;
- description = "Mail comes from the whitelisted domain and has valid failed DMARC and DKIM policies";
+ description = "Mail comes from the whitelisted domain and has failed DMARC and DKIM policies";
}
}