From f267b623f3634d8ef246de55970132d28854b22f Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sat, 9 Oct 2004 21:44:13 +0000 Subject: [PATCH] Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy. --- Lib/smtpd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0