Re: [Exim] Concatinating Strings

Top Page
Delete this message
Reply to this message
Author: Philip Hazel
Date:  
To: Marc Perkel
CC: exim-users
Subject: 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.