commit c093b1b: whitelist_group.conf: Fix typo in description
GitHub
noreply at github.com
Sun Oct 18 18:42:05 UTC 2020
Author: Niklas Hambüchen
Date: 2020-10-17 02:51:23 +0200
URL: https://github.com/rspamd/rspamd/commit/c093b1b8f37716647d9da1b0853123a1639d1369 (refs/pull/3521/head)
whitelist_group.conf: Fix typo in description
---
conf/scores.d/whitelist_group.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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";
}
}
More information about the Commits
mailing list