If DKIM fails, DMARC fails

This commit is contained in:
M66B
2024-05-20 08:23:51 +02:00
parent 7171455db7
commit 6d69e390c9

View File

@@ -3518,6 +3518,8 @@ class Core {
}
}
}
if (!Boolean.TRUE.equals(message.dkim))
message.dmarc = message.dkim;
}
if (message.size == null && message.total != null)
@@ -4680,6 +4682,8 @@ class Core {
}
}
}
if (!Boolean.TRUE.equals(message.dkim))
message.dmarc = message.dkim;
}
// Borrow reply name from sender name