[Rspamd] Adjust default values for (perm) failures of DKIM and SPF
parent
c9cf3476a0
commit
42fe16250b
|
@ -3,6 +3,15 @@ symbols = {
|
||||||
score = 0.0;
|
score = 0.0;
|
||||||
}
|
}
|
||||||
"R_SPF_FAIL" {
|
"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