3 messages in net.sourceforge.lists.courier-maildrop[maildropl] Bug in maildrop/mdmysqlco...
FromSent OnAttachments
Javier LopezOct 20, 2003 1:43 am 
Javier LopezOct 20, 2003 8:09 am 
Arnaud PignardOct 20, 2003 8:10 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] Bug in maildrop/mdmysqlconfig.cActions...
From:Arnaud Pignard (apig@frontier.fr)
Date:Oct 20, 2003 8:10:40 pm
List:net.sourceforge.lists.courier-maildrop

Hi !

There is 2 bug in this file. First one was fix by some days ago by Filipe Brandenburger.

Second one is that's no space can be add in the query. like :

where_clause "and users.x=1 and users.y>100"

As sscanf stop until white space is found (space/tab/return cariage...) (sscanf(buf,"%s %s",var,val);)

This could be usefull to have space when you have a multiple table database to be correctly query.

Third, this is not a bug, but i need catchrest (as with virtual with postfix). My where_clause start with "OR xxxx". I don't find very usefull to start where_clause with AND since it's limit the query.

Regards,