Wow, talk about feeling stupid. After just posting that I realized I forgot
the DB_CONNECTION =. For all who may get the error in the future my correct
config file should have been:
import MySQLdb
DB_CONNECTION = MySQLdb.connect(db='database1',
host='10.0.0.3',
user='username',
passwd='password')
SQL_WHITELIST = """SELECT email FROM temp WHERE email = %(criteria)s LIMIT
1"""
LOGFILE_DEBUG = "/var/spool/tmda/logs/debug"
It is still asking me to verify my email address, so I'm assuming that the
SQL statement is not going throug properly but I corrected the cursor error.
Thanks for pointing me in the right direction.
Derek
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users