mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-14 10:52:49 +02:00
18 lines
260 B
Plaintext
18 lines
260 B
Plaintext
symbols = {
|
|
"ARC_REJECT" {
|
|
score = 0.0;
|
|
}
|
|
"R_SPF_FAIL" {
|
|
score = 10.0;
|
|
}
|
|
"R_SPF_PERMFAIL" {
|
|
score = 10.0;
|
|
}
|
|
"R_DKIM_REJECT" {
|
|
score = 10.0;
|
|
}
|
|
"R_DKIM_PERMFAIL" {
|
|
score = 10.0;
|
|
}
|
|
}
|