slimta / python-slimta

Python libraries to send, receive, and queue email.
https://slimta.org/
MIT License
171 stars 43 forks source link

pipe relay: added support for multiple recipients specified in envelope #136

Closed jmcaine closed 6 years ago

jmcaine commented 6 years ago

(rather than just taking only the first recipient listed).

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.09%) to 92.613% when pulling 3b95b1b446d871b507e25194e02d9fe237e5fead on jmcaine:relay-pipe-multi-recipient-fix into 3a99706980832b9dd68ad915d517fa5e6172cda9 on slimta:master.

jmcaine commented 6 years ago

Ok, this should be good to go now, with updated unit test code. Sorry for missing that first commit.

icgood commented 6 years ago

Thanks, good idea! Merged in #139 with some additional changes to use attempt per-recipient return values, for partial delivery support.

jmcaine commented 6 years ago

Excellent, thank you!