Re: smtplib.send_message
Oleg Broytman <[email protected]> Sun, 19 Jun 2011 19:13:51 +0400
| Newsgroups | gmane.comp.python.mime.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jun 18, 2011 at 03:26:00PM -0400, R. David Murray wrote:
> So, opinions: should I implement the heuristics, or should I refuse
> to guess and bail if from_addr and/or to_addrs is None and there are
> any Resent headers in the message? (Third alternative: continue to
> auto-detect it if there is only one set, as the current patch does.)
I vote for the third alternative: do your best if you can deduce the
values but refuse to guess.
Oleg.
--
Oleg Broytman http://phdru.name/ [email protected]
Programmers don't die, they just GOSUB without RETURN.