mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-06 03:54:12 +02:00
18 lines
256 B
Plaintext
18 lines
256 B
Plaintext
symbols = {
|
|
"ARC_REJECT" {
|
|
score = 0.0;
|
|
}
|
|
"R_SPF_FAIL" {
|
|
score = 7.0;
|
|
}
|
|
"R_SPF_PERMFAIL" {
|
|
score = 7.0;
|
|
}
|
|
"R_DKIM_REJECT" {
|
|
score = 7.0;
|
|
}
|
|
"R_DKIM_PERMFAIL" {
|
|
score = 7.0;
|
|
}
|
|
}
|