We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: