diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-06-12 16:19:20 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-06-12 16:19:20 +0100 |
commit | bfb816e4a28caa5d432df3dd0a0e53c0fa0939be (patch) | |
tree | 79b9e8f7cdda609db791dc42277f68a18152ff84 /conf | |
parent | 2a4a393ff51b2f110426ea9d52936d136a5ddcd3 (diff) | |
download | rspamd-bfb816e4a28caa5d432df3dd0a0e53c0fa0939be.tar.gz rspamd-bfb816e4a28caa5d432df3dd0a0e53c0fa0939be.zip |
[Conf] Fix fat-fingers typo
Noted by: @RvdE
Diffstat (limited to 'conf')
-rw-r--r-- | conf/scores.d/policies_group.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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; |