]> source.dussan.org Git - rspamd.git/commitdiff
[Conf] Align ARC scores with DKIM scores
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 13 Mar 2021 11:01:44 +0000 (11:01 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 13 Mar 2021 11:01:44 +0000 (11:01 +0000)
conf/scores.d/policies_group.conf

index 5e5a83b35176732c3f2bbfebc3363f58b77439c2..ee3d0bbce416ceea311e590e9eb769a9a537cfae 100644 (file)
@@ -126,13 +126,13 @@ symbols = {
     }
 
     "ARC_REJECT" {
-        weight = 2.0;
+        weight = 1.0;
         description = "ARC checks failed";
         groups = ["arc"];
     }
 
     "ARC_INVALID" {
-        weight = 1.0;
+        weight = 0.5;
         description = "ARC structure invalid";
         groups = ["arc"];
     }