Re: [Exim] Concatinating Strings

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Philip Hazel
日付:  
To: Marc Perkel
CC: exim-users
題目: 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.