From 6dc573b921b8cca977c6c5e1937c2c25d6c0409f Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 18 Jul 2024 13:27:44 +0100 Subject: [Conf] Add R_SPF_PLUSALL symbol with some score --- conf/scores.d/policies_group.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/scores.d/policies_group.conf b/conf/scores.d/policies_group.conf index 4a8bdb6b7..712c61523 100644 --- a/conf/scores.d/policies_group.conf +++ b/conf/scores.d/policies_group.conf @@ -55,6 +55,11 @@ symbols = { description = "SPF record is malformed or persistent DNS error"; groups = ["spf"]; } + "R_SPF_PLUSALL" { + weight = 4.0; + description = "SPF record allows to send from any IP"; + groups = ["spf"]; + } # DKIM "R_DKIM_REJECT" { -- cgit v1.2.3