Re: [exim] Extract email address from From header

Etusivu
Poista viesti
Vastaa
Lähettäjä: James Price
Päiväys:  
Vastaanottaja: Elliot Murdock
Kopio: exim-users@exim.org
Aihe: Re: [exim] Extract email address from From header
On Oct 28, 2010, at 7:29 PM, Elliot Murdock <murdocke@???> wrote:

> Hello All!
>
> I need to extract the email address From the from header and then use
> that variable in a condition. I assume there is a way to set the
> acl_c0 variable the result of a regular expression that can pull the
> email address out from the From header.
>
> Thanks,
> Elliot
>
>


Try $sender_address should work in most cases.

Thanks,
James