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

ares_parse() fails on outlook.com/alum.mit.edu added header #131

Open
mdomsch opened this issue May 16, 2020 · 3 comments
Open

ares_parse() fails on outlook.com/alum.mit.edu added header #131

mdomsch opened this issue May 16, 2020 · 3 comments

Comments

@mdomsch
Copy link
Contributor

mdomsch commented May 16, 2020

Similar to trusteddomainproject/OpenDKIM#73

alum.mit.edu is an email forwarding service operated by outlook.com. Mail being forwarded through this service gets Authentication-Results headers added by the service which are unparsable by openarc, which leave "can't parse Authentication-Results; ignoring;" messages in maillog.

Two examples:
Authentication-Results: spf=pass (sender IP is 167.89.0.165)#12 smtp.mailfrom=e.slashjobalerts.com; alum.mit.edu; dkim=pass (signature was#012 verified) header.d=slashjobalerts.com;alum.mit.edu; dmarc=pass action=none#012 header.from=slashjobalerts.com;compauth=pass reason=100

Authentication-Results: spf=pass (sender IP is 167.89.106.17)#12 smtp.mailfrom=em.alum.mit.edu; alum.mit.edu; dkim=pass (signature was#012 verified) header.d=alum.mit.edu;alum.mit.edu; dmarc=bestguesspass action=none#012 header.from=mit.edu;compauth=pass reason=109

Full headers available upon request.

@kurta
Copy link

kurta commented Jun 5, 2020 via email

@mdomsch
Copy link
Contributor Author

mdomsch commented Jun 8, 2020

Per the admin team for alum.mit.edu, they are using Office365 for handling mail, which also forwards to my personal domain address. Therefore it's Office365 that's adding this malformed header. Furthermore, it's added upon receipt into Office365, not during the forwarding phase, as it's present in the copy left in Office365 as well.

@kurta
Copy link

kurta commented Jun 8, 2020 via email

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

No branches or pull requests

2 participants