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

Fixed sending two to headers when sending email. #770

Merged
merged 2 commits into from
Jun 5, 2022
Merged

Fixed sending two to headers when sending email. #770

merged 2 commits into from
Jun 5, 2022

Conversation

zyronix
Copy link
Member

@zyronix zyronix commented May 20, 2022

Fixes #751

@zyronix zyronix requested a review from s3inlc May 20, 2022 14:25
@zyronix zyronix added the bug Something isn't working label May 20, 2022
@zyronix
Copy link
Member Author

zyronix commented May 20, 2022

Before:

Return-Path: <www-data@localhost.localdomain>
Received: from localhost.localdomain (localhost.localdomain [127.0.0.1])
        by localhost.localdomain (8.15.2/8.15.2/Debian-22) with ESMTP id 24KELPlA017303
        for <root@localhost.localdomain>; Fri, 20 May 2022 14:21:25 GMT
Received: (from www-data@localhost)
        by localhost.localdomain (8.15.2/8.15.2/Submit) id 24KELPkh017302;
        Fri, 20 May 2022 14:21:25 GMT
Date: Fri, 20 May 2022 14:21:25 GMT
Message-Id: <202205201421.24KELPkh017302@localhost.localdomain>
To: root@localhost.localdomain
Subject: Password reset
MIME-Version: 1.0
From: Hashtopolis <hashtopolis@example.org>
To: root@localhost.localdomain
Content-Type: multipart/alternative;boundary=np6287a3e53ff62

After:

Return-Path: <www-data@localhost.localdomain>
Received: from localhost.localdomain (localhost.localdomain [127.0.0.1])
        by localhost.localdomain (8.15.2/8.15.2/Debian-22) with ESMTP id 24KEKghk017155
        for <root@localhost.localdomain>; Fri, 20 May 2022 14:20:42 GMT
Received: (from www-data@localhost)
        by localhost.localdomain (8.15.2/8.15.2/Submit) id 24KEKglD017154;
        Fri, 20 May 2022 14:20:42 GMT
Date: Fri, 20 May 2022 14:20:42 GMT
Message-Id: <202205201420.24KEKglD017154@localhost.localdomain>
To: root@localhost.localdomain
Subject: Password reset
MIME-Version: 1.0
From: Hashtopolis <hashtopolis@example.org>
Content-Type: multipart/alternative;boundary=np6287a3ba03ec7

@s3inlc s3inlc merged commit 808ee25 into master Jun 5, 2022
@s3inlc s3inlc deleted the bug_751 branch June 5, 2022 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

User register mail contains two To: header fields
3 participants