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

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Tamas TEVESZ
Fecha:  
A: Peter A. Friend
Cc: exim-users
Asunto: 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

--
[-]