Re: [Exim] combining variables into single key for lookup

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Tamas TEVESZ
日付:  
To: Peter A. Friend
CC: exim-users
題目: Re: [Exim] combining variables into single key for lookup
On Thu, 18 Oct 2001, Peter A. Friend wrote:

> I have a module I have added that encrypts what you pass to it, and returns
> a hex string. I need to combine two variables, in this particular case,
> $authenticated_id and $tod_full. So far, I haven't figured out how to


if you did it "properly" then ${foo:{${authenticated_id}${tod_full}}}
should be it, foo being your function

--
[-]