Browse Source

Merge pull request #2183 from DevTek314/master

increase values for spf, dkim
André Peters 6 years ago
parent
commit
b64c877420
1 changed files with 4 additions and 4 deletions
  1. 4 4
      data/conf/rspamd/local.d/policies_group.conf

+ 4 - 4
data/conf/rspamd/local.d/policies_group.conf

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