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

Parse error: malformed MIME header line with go v1.20 #13

Open
realbodo opened this issue May 26, 2023 · 0 comments
Open

Parse error: malformed MIME header line with go v1.20 #13

realbodo opened this issue May 26, 2023 · 0 comments

Comments

@realbodo
Copy link

compiling postforward with current go-version v1.20 leads to the following error:

Parse error: malformed MIME header line: From foo@example.org Fri May 26 13:27:08 2023

This is not really a bug in postforward, but in go instead.
Please see golang/go#60332 for details, and the related issues golang/go#58862 golang/go#53188

Seems Envelope-From (without a seperating colon) is now considered a malformed header line

postforward works perfectly fine when compiled with go v1.19

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

1 participant