Re: [exim] Extract email address from From header

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Elliot Murdock
Ημερομηνία:  
Προς: Exim-users
Αντικείμενο: Re: [exim] Extract email address from From header
Hello!

Thank you.

However, the $header_From variable returns not only the email address
but any names associated with it. For example,
From: John Doe <johndoe@???> gives John Doe <johndoe@???>

I would need a regex to extract the email address.

--Elliot