[Conf] Spf: Add R_SPF_PERMFAIL symbol

This commit is contained in:
Vsevolod Stakhov 2020-06-15 13:55:02 +01:00
parent af9b355e0a
commit cf3464d9ba

View File

@ -50,6 +50,11 @@ symbols = {
one_shot = true;
groups = ["spf"];
}
"R_SPF_PERMFAIL" {
weight = 0.0;
description = "SPF record is malformed or persistent DNS error";
groups = ["spf"];
}
# DKIM
"R_DKIM_REJECT" {