mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-18 04:59:16 +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;
|
|
}
|
|
}
|