Re: [Exim] concatenation of two strings?

Inizio della pagina
Delete this message
Reply to this message
Autore: Tamas TEVESZ
Data:  
To: yammy
CC: exim-users
Oggetto: Re: [Exim] concatenation of two strings?
On Tue, 2 Jul 2002, yammy wrote:

> is it possible to concat two strings?
> i need this in order to quote (mysql_quote) them.
> in detail i need ${local_part}@${domain} quoted for mysql.


${quote_mysql:$local_part}@${quote_mysql:$domain}

not exactly a concatenation, but the net result is pretty much the
same.


--
[-]