1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-12 10:45:14 +02:00

Remove score from R_DKIM_PERMFAIL

This error happens when there is no public key in DNS for that selector.
This commit is contained in:
Michael Kuron 2019-07-16 20:03:37 +02:00 committed by GitHub
parent 3c3bcf8c82
commit cecbbe9e82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,9 +11,6 @@ symbols = {
"R_DKIM_REJECT" {
score = 10.0;
}
"R_DKIM_PERMFAIL" {
score = 10.0;
}
"DMARC_POLICY_REJECT" {
weight = 20.0;
description = "DMARC reject policy";