• This is still not fixed, Message-Id email header is missing angle brackets, and thus messages are scoring worse in SpamAssassin test:

    Message-ID: [email protected] is not valid Message-ID.

    Message-ID: <[email protected]> is valid Message-ID.

    Just change PostmanWpMail.php on the line #68 to
    $headers[] = 'Message-ID: <' . $this->createMessageId() . '>';

    I can do this myself and send you a merge request, just let me know where your Git repo is.

Viewing 16 replies (of 16 total)
Viewing 16 replies (of 16 total)
  • The topic ‘INVALID_MSGID: Message-Id is not valid, according to RFC 2822’ is closed to new replies.