RE: [exim] Mysql Logging problems

Top Page
Delete this message
Reply to this message
Author: michael
Date:  
To: exim-users, 'Michael da Silva Pereira'
CC: 
Subject: RE: [exim] Mysql Logging problems
Hi,

Do I implement it like this:


OG_FIRST = INSERT INTO message_log
(msgid,mail_subject,mail_from,mail_to,mail_host,mail_ctime,mail_size)
values('${$message_id}'
,'${$h_subject:}','${$sender_address}','${$recipients}','${$sender_host_addr
ess}',${$tod_epoch},'${$message_size}')


Thanks,
Michael

> -----Original Message-----
> From: exim-users-bounces@???
> [mailto:exim-users-bounces@exim.org] On Behalf Of Tony Finch
> Sent: 09 June 2005 10:52 AM
> To: Michael da Silva Pereira
> Cc: exim-users@???
> Subject: Re: [exim] Mysql Logging problems
>
> On Thu, 9 Jun 2005, Michael da Silva Pereira wrote:
> >
> > How can I get exim to sort this problem out?
>
> Wrap the expansion variables in ${quote_mysql:
>
> Tony.
> --
> <fanf@???> <dot@???> http://dotat.at/ ${sg{\N${sg{\
> N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\
> \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}
>
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users
> ## Exim details at http://www.exim.org/
> ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
>