Re: [exim] help for exim sql tables

Top Page
Delete this message
Reply to this message
Author: Chen Guoqiang
Date:  
To: exim-users
CC: Warren Baker
Subject: Re: [exim] help for exim sql tables
On Jan 22, 2008 3:00 PM, Warren Baker <warren@???> wrote:

>
>
> On 22/01/2008, Chen Guoqiang <axinhust@???> wrote:
> >
> >
> >
> > --------------------------------------------------------------------------------------------------
> > sqlite> select * from alias;
> > axinhust|syan.com.cn|axinchan@???
> > <axinhust%7Csyan.com.cn%7Caxinchan@???> : demo@??? :
> > test@???|01/04/2008
> >
> > --------------------------------------------------------------------------------------------------
> >
>
>
> Change the separator from a ":" (semi-colon) to a "," (comma).
>
> Warren
>
>

that's great, it works
thanks