[New-bugs-announce] [issue24066] send_message should take all the addresses in the To: header into account

Kirill Elagin report at bugs.python.org
Mon Apr 27 23:26:12 CEST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue24066>
_______________________________________


More information about the New-bugs-announce mailing list