New submission from Kirill Elagin:

If I have a message with multiple `To` headers and I send it using 
`send_message` not specifying `to_addrs`, the message gets sent only to one of 
the recipients.

I’m attaching my patch that makes it send to _all_ the addresses listed in 
`To`, `Cc` and `Bcc`.

I didn’t add any new tests as the existing ones already cover those cases and I 
have no idea how on Earth do they pass.

----------
components: Library (Lib)
messages: 242158
nosy: kirelagin
priority: normal
severity: normal
status: open
title: send_message should take all the addresses in the To: header into account

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24066>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to