Hello all, I have been doing some testing of TMDA from version 0.76 up to the current version and have been very pleased with it all.
Well until now that is :) I have had some problem with the sql support while autoadding the confirmation emails to my MySQL db. It's all ok when I auto add them to my plantext whitelist files, but when I add them with : -- my /etc/tmdarc import MySQLdb DB_CONNECTION = MySQLdb.connect(db='TMDA',host='127.0.0.1',user='user',passwd='password') DB_CONFIRM_APPEND = """ INSERT INTO whitelist (Uid,Address,Created) VALUES (%(recipient)s, %(sender)s, now())""" -- my insert into the db [EMAIL PROTECTED] | [EMAIL PROTECTED] | 2003-08-26 23:03:42 | Btw its a qmail system with vpopmail 5.2.1. The problem is that when the user confirms the confirmation email, and TMDA adds the sender into our whitelist in the DB, I only get [EMAIL PROTECTED] inserted instead of (what I think it should do) the recipients email address. What could be wrong ? Regards Bo Rising Rasmussen _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
