]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
lower weight of RCVD_DKIM_ARC_DNSWL_HI to -1.0 2543/head
authorheraklit256 <37872459+heraklit256@users.noreply.github.com#>
Mon, 8 Oct 2018 15:03:03 +0000 (17:03 +0200)
committerheraklit256 <37872459+heraklit256@users.noreply.github.com#>
Mon, 8 Oct 2018 15:03:03 +0000 (17:03 +0200)
conf/composites.conf

index 60a3ef69ad7aa8f8753b91963d9724aa5ba24914..0328a53125ad47d33067489f909e4589a76da854 100644 (file)
@@ -96,7 +96,7 @@ composites {
     RCVD_DKIM_ARC_DNSWL_HI {
         expression = "(R_DKIM_ALLOW | ARC_ALLOW ) & RCVD_IN_DNSWL_HI";
         description = "Sufficiently DKIM/ARC signed and received from IP with high trust at DNSWL";
-        score = -2.0;
+        score = -1.0;
         policy = "leave";
     }