Bo Rising Rasmussen <[EMAIL PROTECTED]> writes: > -- 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())"""
Looks good. > -- my insert into the db > [EMAIL PROTECTED] | [EMAIL PROTECTED] | 2003-08-26 23:03:42 | What are your settings for USERNAME and HOSTNAME? The 'recipient' variable is built by combining them: USERNAME + '@' + HOSTNAME. Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
