Re: [Exim] String concate, data concate

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Philip Hazel
Datum:  
To: Wild Karl-Heinz
CC: exim-users
Betreff: Re: [Exim] String concate, data concate
On Fri, 1 Feb 2002, Wild Karl-Heinz wrote:

> My question is how to concate a fix string like
> with a database result.
>
> data = "# Exim Filter\n" \
>        ${lookup mysql{...}}

>
> The example above don't work.


data = "# Exim Filter\n \
       ${lookup mysql{...}}"


Subtle, isn't it? In fact, you don't need the quotes at all.

--
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.