SMTP server class ??

Barry A. Warsaw barry at digicool.com
Tue Jul 10 10:00:17 EDT 2001


>>>>> "SK" == Sheila King <sheila at spamcop.net> writes:

    SK> Actually, I found what Barry Warsaw calls his "experimental"
    SK> smtp server (RFC821 compliant) at the Vaults at
    SK> Parnassus. I've downloaded it.

It's actually now in the standard library as smtpd.py.  It's
asyncore/asynchat based, and it's not perfect, but at least one other
person than me has found it useful <wink>.

It implements the minimal required RFC 821 SMTP server interface, and
no, it hasn't been checked against RFC 2821 yet either. ;)

-Barry




More information about the Python-list mailing list