Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy.

This commit is contained in:
Barry Warsaw 2004-10-09 21:44:13 +00:00
parent ea7c7af10b
commit f267b623f3
1 changed files with 1 additions and 1 deletions

View File

@ -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