From: Greg W. <gw...@us...> - 2002-11-15 20:52:54
|
Update of /cvsroot/cvs-syncmail/syncmail In directory usw-pr-cvs1:/tmp/cvs-serv26909 Modified Files: syncmail Log Message: Docstring typo fix. Whitespace fixes. Index: syncmail =================================================================== RCS file: /cvsroot/cvs-syncmail/syncmail/syncmail,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- syncmail 14 Nov 2002 16:15:44 -0000 1.25 +++ syncmail 15 Nov 2002 20:51:36 -0000 1.26 @@ -38,8 +38,8 @@ Where options are: --cvsroot=<path> - Use <path> as the environment variable CVSROOT. Otherwise this - variable must exist in the environment. + Use <path> as the environment variable CVSROOT. Otherwise this + variable must exist in the environment. --context=# -C # @@ -65,7 +65,7 @@ --fromhost=hostname -f hostname The hostname that email messages appear to be coming from. The From: - header will of the outgoing message will look like user@hostname. By + header of the outgoing message will look like user@hostname. By default, hostname is the machine's fully qualified domain name. --help / -h @@ -111,7 +111,7 @@ else: fqdn = 'localhost.localdomain' return fqdn - + from cStringIO import StringIO |