1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-12 10:45:14 +02:00

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

This commit is contained in:
andryyy 2018-10-26 20:04:41 +02:00
parent c9cf3476a0
commit 42fe16250b

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