Re: [Exim] Using perl in a router for lookups

Etusivu
Poista viesti
Vastaa
Lähettäjä: Gary Palmer
Päiväys:  
Vastaanottaja: robert rotman
Kopio: exim-users
Aihe: Re: [Exim] Using perl in a router for lookups
robert rotman wrote in message ID
<Pine.LNX.3.96.1001021142743.24106B-100000@???>:
>
> Hi,
>
> I did it once and it worked ok.
> but i donot really see what's your problem (maby my bad english;).
> it's really easy!
> do somthing like:
>
> perl_alias:
>    driver = smartuser
>    new_address = ${perl{your_perl_subroutine}{${local_part}}{${domain}}}


doh. you're right. forgot about being able to do that. must need
sleep.

Thanks!