1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-01 17:26:12 +00:00

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