Explorar el Código

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

andryyy hace 7 años
padre
commit
42fe16250b
Se han modificado 1 ficheros con 10 adiciones y 1 borrados
  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;
     }
 }