This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients barry, docs@python, eric.araujo, r.david.murray, rhettinger, xmorel
Date 2011-07-13.15:50:18
SpamBayes Score 0.00010571548
Marked as misclassified No
Message-id <1310572219.85.0.20983997285.issue11260@psf.upfronthosting.co.za>
In-reply-to
Content
Here are comments on the doc patch.

+Run as a script
+---------------
I’d say “Command-Line Interface”.

+``smtpd`` is a pluggable RFC 2821-compliant SMTP proxy.
:mod:`smtpd` is also a pluggable etc.

+.. program:: smtpd.py
Strip the .py

+   the ``setuid``
Please use markup like :func:`os.setuid`.

+   flag in order to run ``smtpd`` as a regular user.
Use :mod:`smtpd` or :program:`smtp` (not very important).

+   Turns on verbose debugging prints (to stderr)
Turn on verbose debbugging, which prints to stderr.

+   The concrete SMTP proxy class ``smtpd`` should use to perform its
+   proxying.
Could you add a link to a section of the doc that defines such classes?

+.. option:: localhost:localport
Currently undocumented.
History
Date User Action Args
2011-07-13 15:50:19eric.araujosetrecipients: + eric.araujo, barry, rhettinger, r.david.murray, xmorel, docs@python
2011-07-13 15:50:19eric.araujosetmessageid: <1310572219.85.0.20983997285.issue11260@psf.upfronthosting.co.za>
2011-07-13 15:50:19eric.araujolinkissue11260 messages
2011-07-13 15:50:19eric.araujocreate