emersion / go-msgauth

🔏 A Go library and tools for DKIM, DMARC and Authentication-Results
MIT License
162 stars 51 forks source link

authres: parser rework #53

Open konimarti opened 2 years ago

konimarti commented 2 years ago

Rewrite of the Authentication-Results header parser for a complete RFC 8601 implementation. Ignore any header comments in parenthesis. Allow escape sequences and semi-colons in comments and quoted strings as values.

Fixes: https://github.com/emersion/go-msgauth/issues/32