Merge pull request #2183 from DevTek314/master

increase values for spf, dkim
master
André Peters 2019-01-15 19:53:31 +01:00 committed by GitHub
commit b64c877420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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;
}
}