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

Top Page
Delete this message
Reply to this message
Author: Tamas TEVESZ
Date:  
To: Peter A. Friend
CC: exim-users
Subject: 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

--
[-]