Autor: jori.hamalainen Data: Para: exim-users Assunto: Re: [exim] SQL problems quoting -- second ' eaten up
> The field I am trying to fill is t_date, using '${quote_pgsql:${h_date}}'. > I assume that $h_date is empty because I am doing local delivery. > Using '$h_date' doesn't work either, and the same problem affects $h_subject.
I am not 100% sure if this will fix your problem, but with $h_ or header_ Exim
likes to have : at the end. So try using $h_subject: and $h_date etc. when you
refer to message headers. I had similar type of problems before I did this.