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())"""
> 
> -- 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 ?

Don't know, but I'll take a look at it.


Tim

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to