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:
parent
c9cf3476a0
commit
42fe16250b
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user