فهرست منبع

[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;
         score = 0.0;
     }
     }
     "R_SPF_FAIL" {
     "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;
     }
     }
 }
 }