Autor: Marc Perkel Data: Para: Dean Brooks CC: exim-users Asunto: Re: [exim] Extract email address from From header
Dean Brooks wrote:
>On Sun, Jan 08, 2006 at 08:11:35AM -0800, Marc Perkel wrote:
>
>
>
>>Exim really should have a "from_address" command then. Really - does
>>this have to be that hard? I can't be the first one who tried to extract
>>the email address from the From header without using perl. Or is there
>>some easy trick I'm missing?
>>
>>
>
>The mechanism is already in there:
>
> ${address:$h_from:}
>
>
> Let me give that a try!