Re: smtpd and custom MAIL_FROM/RCPT_TO validation

2009-11-08 Thread Raluca Spanu
Am o întrebare, vă rugăm: De ce nu-mi trimit messages from Romania to America? :( -- http://mail.python.org/mailman/listinfo/python-list

smtpd and custom MAIL_FROM/RCPT_TO validation

2006-08-25 Thread alf
Hi, I use smtpd for the SMTP server in my app, but I need a little bit more as far as immediate MAIL_FROM/RCPT_TO validation. Returning from process_message is too late SMTP protocol-wise. The ad hoc solution is to create own SMTPServer2 by deriving from and own SMTPChannel2 by deriving SMTP