SF.net SVN: tmda: [2082] trunk/tmda
[email protected] Fri, 06 Oct 2006 16:41:35 -0700
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 2082
http://svn.sourceforge.net/tmda/?rev=2082&view=rev
Author: jasonrm
Date: 2006-10-06 16:41:33 -0700 (Fri, 06 Oct 2006)
Log Message:
-----------
remove old python version references.
Modified Paths:
--------------
trunk/tmda/TMDA/Defaults.py
trunk/tmda/htdocs/config-vars.html
Modified: trunk/tmda/TMDA/Defaults.py
===================================================================
--- trunk/tmda/TMDA/Defaults.py 2006-10-06 23:29:30 UTC (rev 2081)
+++ trunk/tmda/TMDA/Defaults.py 2006-10-06 23:41:33 UTC (rev 2082)
@@ -232,7 +232,7 @@
# SMTPAUTH_USERNAME
# The username to authenticate with if your SMTP server requires
# authentication. You must also define SMTPAUTH_PASSWORD if you use
-# this option. Requires Python 2.2 or greater.
+# this option.
#
# Examples:
#
@@ -245,7 +245,7 @@
# SMTPAUTH_PASSWORD
# The password to authenticate with if your SMTP server requires
# authentication. You must also define SMTPAUTH_USERNAME if you use
-# this option. Requires Python 2.2 or greater.
+# this option.
#
# Examples:
#
@@ -259,7 +259,7 @@
# Set this variable to True to put the SMTP connection in TLS (Transport
# Layer Security) mode. All SMTP commands that follow will be
# encrypted. Your Python's socket module must be compiled with SSL
-# support. Requires Python 2.2 or greater.
+# support.
#
# Default is False (turned off)
if not vars().has_key('SMTPSSL') and MAIL_TRANSPORT == 'smtp':
Modified: trunk/tmda/htdocs/config-vars.html
===================================================================
--- trunk/tmda/htdocs/config-vars.html 2006-10-06 23:29:30 UTC (rev 2081)
+++ trunk/tmda/htdocs/config-vars.html 2006-10-06 23:41:33 UTC (rev 2082)
@@ -1364,7 +1364,7 @@
<dd>
The password to authenticate with if your SMTP server requires
authentication. You must also define SMTPAUTH_USERNAME if you use
-this option. Requires Python 2.2 or greater.
+this option.
<br><br>
Examples:
<br><br>
@@ -1376,7 +1376,7 @@
<dd>
The username to authenticate with if your SMTP server requires
authentication. You must also define SMTPAUTH_PASSWORD if you use
-this option. Requires Python 2.2 or greater.
+this option.
<br><br>
Examples:
<br><br>
@@ -1406,7 +1406,7 @@
Set this variable to True to put the SMTP connection in TLS (Transport
Layer Security) mode. All SMTP commands that follow will be
encrypted. Your Python's socket module must be compiled with SSL
-support. Requires Python 2.2 or greater.
+support.
<br><br>
Default is False (turned off)
<dt><hr>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.