This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mike.s
Recipients eric.smith, giampaolo.rodola, mike.s
Date 2010-04-23.19:05:08
SpamBayes Score 6.062406e-11
Marked as misclassified No
Message-id <3FA1AB81-712A-48D7-BB9D-F4E81C2D41ED@kovagroup.ca>
In-reply-to <1272049237.53.0.0857484289657.issue8503@psf.upfronthosting.co.za>
Content
I don't think that is a suitable solution for this problem, because the expected SMTP behavior is to reject an unsuitable RCPT TO directly after it is proposed by the client.

However, I think it would be a great idea to have such a method being called after the end of the DATA segment (immediately before the message is queued - or not).

Mike

On 2010-04-23, at 12:00 PM, Giampaolo Rodola' wrote:

> 
> Giampaolo Rodola' <g.rodola@gmail.com> added the comment:
> 
> Idea: wouldn't it be better to provide a more powerful "accept_mail" method instead of "accept_domain?
> 
> ----------
> nosy: +giampaolo.rodola
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue8503>
> _______________________________________
History
Date User Action Args
2010-04-23 19:05:14mike.ssetrecipients: + mike.s, eric.smith, giampaolo.rodola
2010-04-23 19:05:12mike.slinkissue8503 messages
2010-04-23 19:05:08mike.screate