[3.6] bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and to_addrs (GH-5451) by miss-islington · Pull Request #5455 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
bitdancer merged 1 commit intopython:3.6from
Jan 31, 2018Conversation
Copy link Copy Markdown
Contributor
Do not pass the name field in the 'from' address in the SMTP envelope.
(cherry picked from commit 8d83e4b)
Co-authored-by: Stéphane Wirtel stephane@wirtel.be
…addr and to_addrs (pythonGH-5451) Do not pass the name field in the 'from' address in the SMTP envelope. (cherry picked from commit 8d83e4b) Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
mentioned this pull request
bedevere-bot
added
the
awaiting review
label
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Jan 31, 2018
miss-islington commented
Jan 31, 2018@matrixise and @bitdancer: Backport status check is done, and it's a success ✅ .
Copy link Copy Markdown
Member
matrixise
commented
Jan 31, 2018
matrixise commented
Jan 31, 2018Why this backport is not automatically merged? is there a manual operation to do ?
bitdancer
merged commit
85a92d0
into
python:3.6
Copy link Copy Markdown
bedevere-bot
commented
Jan 31, 2018
bedevere-bot commented
Jan 31, 2018@bitdancer: Please replace # with GH- in the commit message next time. Thanks!
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Jan 31, 2018
miss-islington commented
Jan 31, 2018Thanks, @bitdancer!
bedevere-bot
removed
the
awaiting review
label
miss-islington
deleted the
backport-8d83e4b-3.6
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment