Re: [exim] Extracting the last field

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Jakob Hirsch
Ημερομηνία:  
Προς: exim users
Αντικείμενο: Re: [exim] Extracting the last field
On 26.06.2013 19:13, soumya tr wrote:
> "abc@???" <ghi@???>
>
> I need to extract the last field when delimiter is '@'.


Why not use the expansion operators that are made just for this purpose?

${domain:${address:"abc@???" <ghi@???>}}