From: Vsevolod Stakhov Date: Thu, 18 Jul 2024 12:27:44 +0000 (+0100) Subject: [Conf] Add R_SPF_PLUSALL symbol with some score X-Git-Tag: 3.9.1~3^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dc573b921b8cca977c6c5e1937c2c25d6c0409f;p=thirdparty%2Frspamd.git [Conf] Add R_SPF_PLUSALL symbol with some score --- diff --git a/conf/scores.d/policies_group.conf b/conf/scores.d/policies_group.conf index 4a8bdb6b71..712c61523f 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" {