CVS: tmda/TMDA Defaults.py,1.185,1.186
"Jason R. Mastaler" <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda/TMDA
In directory sc8-pr-cvs1:/tmp/cvs-serv14968/TMDA
Modified Files:
Defaults.py
Log Message:
Removed several MYSQL_* variables listed in Defaults.py which were
part of the deprecated {from,to}-mysql feature.
Index: Defaults.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/Defaults.py,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -r1.185 -r1.186
--- Defaults.py 23 Jul 2003 19:52:47 -0000 1.185
+++ Defaults.py 23 Jul 2003 20:01:05 -0000 1.186
@@ -1034,62 +1034,6 @@
if not vars().has_key('AUTORESPONSE_INCLUDE_SENDER_COPY'):
AUTORESPONSE_INCLUDE_SENDER_COPY = 2
-# MYSQL_ENABLED
-# All defaults beginning with "MYSQL_" configure the use of a MySQL
-# database in the filtering process. To use a MySQL database, you
-# must have the _mysql library loaded. See:
-# http://sourceforge.net/projects/mysql-python/
-#
-# MYSQL_ENABLED must be set to 1 if you wish to use a MySQL database
-# in your filters.
-#
-# Example:
-# MYSQL_ENABLED = 1
-#
-# Default is 0 (disabled)
-if not vars().has_key('MYSQL_ENABLED'):
- MYSQL_ENABLED = 0
-
-# MYSQL_HOST
-# MySQL host to connect to.
-#
-# Example:
-# MYSQL_HOST = "db.my.server"
-#
-# Default is "localhost".
-if MYSQL_ENABLED and not vars().has_key('MYSQL_HOST'):
- MYSQL_HOST = "localhost"
-
-# MYSQL_DATABASE
-# MySQL database containing any lists used in filter.
-#
-# Example:
-# MYSQL_DATABASE = "JimsTMDA"
-#
-# Default is "TMDA".
-if MYSQL_ENABLED and not vars().has_key('MYSQL_DATABASE'):
- MYSQL_DATABASE = "TMDA"
-
-# MYSQL_USER
-# MySQL user to use when connecting to database.
-#
-# Example:
-# MYSQL_USER = "Jim"
-#
-# Default is "TMDA".
-if MYSQL_ENABLED and not vars().has_key('MYSQL_USER'):
- MYSQL_USER = "TMDA"
-
-# MYSQL_PASSWORD
-# MySQL password to use when connecting to database.
-#
-# Example:
-# MYSQL_USER = "G@rfi31d"
-#
-# Default is "".
-if MYSQL_ENABLED and not vars().has_key('MYSQL_PASSWORD'):
- MYSQL_PASSWORD = ""
-
# DB_CONNECTION
# Python DB API Connection object. This is specific to the database
# and should be created in the ~/.tmda/config file. This is typically
_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs