Re: smtplib.send_message

Senthil Kumaran <[email protected]> Sun, 19 Jun 2011 16:32:00 -0700
Newsgroups gmane.comp.python.mime.devel
Message-ID <20110619233200.GB3964@mathmagic>
On Sat, Jun 18, 2011 at 06:26:16PM -0400, R. David Murray wrote:
> from_addr and to_addrs.  The convenience being provided by send_message is
> not having to separately track compute the this-hop sender and recipients,
> but being able to compute them only once when creating the Resent-
> headers, and then have send_message extract them from the Message via
> the Resent- headers.  But this use case is not supported by the RFC.

I got the point.  Can the heuristics be turned-off and defaulted to
reject if someone using the smtplib api wants it that way? If yes,
then approach seems fine to me. +1.

-- 
Senthil