If DKIM fails, DMARC fails

master
M66B 2 months ago
parent 7171455db7
commit 6d69e390c9

@ -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

Loading…
Cancel
Save