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

master
andryyy 2018-10-26 20:04:41 +02:00
parent c9cf3476a0
commit 42fe16250b
1 changed files with 10 additions and 1 deletions

View File

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