Skip to content

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

@realbodo

Description

@realbodo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions