commit bfb816e: [Conf] Fix fat-fingers typo

Vsevolod Stakhov vsevolod at highsecure.ru
Fri Jun 12 15:21:08 UTC 2020


Author: Vsevolod Stakhov
Date: 2020-06-12 16:19:20 +0100
URL: https://github.com/rspamd/rspamd/commit/bfb816e4a28caa5d432df3dd0a0e53c0fa0939be (HEAD -> master)

[Conf] Fix fat-fingers typo
Noted by: @RvdE

---
 conf/scores.d/policies_group.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/scores.d/policies_group.conf b/conf/scores.d/policies_group.conf
index 0d5942746..ca099fda3 100644
--- a/conf/scores.d/policies_group.conf
+++ b/conf/scores.d/policies_group.conf
@@ -44,7 +44,7 @@ symbols = {
         description = "SPF DNS failure";
         groups = ["spf"];
     }
-    "R_SPG_NA" {
+    "R_SPF_NA" {
         weight = 0.0;
         description = "Missing SPF record";
         one_shot = true;


More information about the Commits mailing list