aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2020-10-18 19:35:11 +0100
committerGitHub <noreply@github.com>2020-10-18 19:35:11 +0100
commitf95568fa1fd78120b19e9926de289982b7e5a65c (patch)
tree3c183242709ac953e4712a36941003f381e53a82
parent447e64fedd66f10109a80939b6c91a166dcb9b16 (diff)
parentc093b1b8f37716647d9da1b0853123a1639d1369 (diff)
downloadrspamd-f95568fa1fd78120b19e9926de289982b7e5a65c.tar.gz
rspamd-f95568fa1fd78120b19e9926de289982b7e5a65c.zip
Merge pull request #3521 from nh2/patch-1
[Minor] whitelist_group.conf: Fix typo in description
-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";
}
}