Browse Source

[Rspamd] Adjust default values for (perm) failures of DKIM and SPF

andryyy 7 năm trước cách đây
mục cha
commit
42fe16250b
1 tập tin đã thay đổi với 10 bổ sung1 xóa
  1. 10 1
      data/conf/rspamd/local.d/policies_group.conf

+ 10 - 1
data/conf/rspamd/local.d/policies_group.conf

@@ -3,6 +3,15 @@ symbols = {
         score = 0.0;
     }
     "R_SPF_FAIL" {
-        score = 4.0;
+        score = 7.0;
+    }
+    "R_SPF_PERMFAIL" {
+        score = 7.0;
+    }
+    "R_DKIM_REJECT" {
+        score = 7.0;
+    }
+    "R_DKIM_PERMFAIL" {
+        score = 7.0;
     }
 }