Forum Discussion
monperrus
Feb 22, 2024Copper Contributor
DKIM verification broken on Outlook 365/Exchange because of tampered HTML
Hi Outlook365/Exchange team, I'm doing end-to-end DKIM verification on my outlook.com inbox. I notice that all HTML messages are DKIM invalid. The reason is that the outlook MUA tampers with the...
DomP66
Feb 22, 2024Brass Contributor
I just sent myself an html email from Gmail to Outlook and I got a DKIM pass. Outlook mailbox is on Exchange Online with custom domain:
Authentication-Results: spf=pass (sender IP is 209.85.128.173)
smtp.mailfrom=gmail.com; dkim=pass (signature was verified)
header.d=gmail.com;dmarc=pass action=none header.from=gmail.com;compauth=pass
reason=100
- monperrusFeb 23, 2024Copper Contributor
DomP66thanks for looking into this.
yes, the outlook server is able to verify the authenticity of the gmail message.
however, we, users are not able to verify the authenticity using tools such as https://github.com/lieser/dkim_verifier/
this is because the message has been tampered by outlook/exchange server, and we don't have access to the original message sent by gmail.
as a conclusion, we have no guarantee that the header is correct and that the message was actually sent and signed with the given dkim key.
- DomP66Feb 23, 2024Brass ContributorI see. Well if you don't trust Outlook enough to believe the Authentication-Results header, it's arguable whether you should be trusting Outlook at all with your emails!
- plieserMar 03, 2024Copper ContributorNote that there are two different issues with Outlook.
First the one already discussed here, Outlook modifying HTML mails.
Like you wrote reading the Authentication-Results header should be a possible workaround to use.
Unfortunately this is where the second Problem with Outlook comes in play:
The Authentication-Results header that Outlook is writing is not a valid one that follows the specification in the RFC.
One violation being that it is missing the in my opinion important part of the authserv-id.
See https://github.com/lieser/dkim_verifier/issues/300#issuecomment-1428735628 and https://answers.microsoft.com/en-us/outlook_com/forum/all/authentication-results-header-written-by-outlook/890b304c-3c81-48b6-b065-36fad3b551e4 for details.