Re: [Exim] Concatinating Strings

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philip Hazel
Fecha:  
A: Marc Perkel
Cc: exim-users
Asunto: Re: [Exim] Concatinating Strings
On Thu, 15 May 2003, Marc Perkel wrote:

> Is there a command that adds strings together?
> if something matches String1 + String2 + String3 ?


Are we talking filter files?

if something matches "String1String2String3"

You can do the same with variables:

if "$h_to: $h_cc:" matches .....

Or even with lookups, readfile, etc:

if something matches "${lookup....}${readfile...}${readfile...}"

Am I missing something here?

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