瀏覽代碼

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

andryyy 6 年之前
父節點
當前提交
42fe16250b
共有 1 個文件被更改,包括 10 次插入1 次删除
  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;
     }
 }