Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft Authentication-Results don't have identifier #64

Open
deepcover96 opened this issue Jun 26, 2024 · 1 comment
Open

Microsoft Authentication-Results don't have identifier #64

deepcover96 opened this issue Jun 26, 2024 · 1 comment

Comments

@deepcover96
Copy link

It looks like Microsoft Authentication-Results don't have an identifier:
spf=pass (sender IP is 209.85.222.48); smtp.mailfrom=valimail.com; dkim=pass (signature was verified); header.d=valimail.com;dmarc=pass action=none; header.from=valimail.com;compauth=pass reason=100

Microsoft Authentication Results:
https://www.valimail.com/blog/understanding-email-authentication-headers/
and
https://learn.microsoft.com/en-us/defender-office-365/message-headers-eop-mdo#authentication-results-message-header
Someone here is attempting to report the lack of identifier to Microsoft:
https://answers.microsoft.com/en-us/outlook_com/forum/all/authentication-results-header-written-by-outlook/890b304c-3c81-48b6-b065-36fad3b551e4

When calling authres.Parse(results) with these results, you'll receive the error: "msgauth: unsupported version"

return "", nil, errors.New("msgauth: unsupported version")

@emersion
Copy link
Owner

Specifically, authserv-id from the RFC grammar is missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants