On 2013-06-26, soumya tr <[email protected]> wrote:
> Hi,
>
> Is it possible to extract the last field using extract in exim?
>
> Suppose the input is:
>
> "[email protected]" <[email protected]>
that looks like an email address. is it?
> I need to extract the last field when delimiter is '@'.
in this case you could use ${domain: ... }
# exim -be '${domain:"[email protected]" <[email protected]>}'
jkl.com
--
⚂⚃ 100% natural
--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/