From: Barry Warsaw Date: Sat, 9 Oct 2004 21:44:13 +0000 (+0000) Subject: Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy. X-Git-Tag: v2.4b1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f267b623f3634d8ef246de55970132d28854b22f;p=python Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy. --- diff --git a/Lib/smtpd.py b/Lib/smtpd.py index 9c47a5ba8b..c656ec7639 100755 --- a/Lib/smtpd.py +++ b/Lib/smtpd.py @@ -17,7 +17,7 @@ Options: --class classname -c classname - Use `classname' as the concrete SMTP proxy class. Uses `SMTPProxy' by + Use `classname' as the concrete SMTP proxy class. Uses `PureProxy' by default. --debug