Heiko Schlittermann <[EMAIL PROTECTED]> (Mo 19 Mai 2008 23:52:42 CEST):
> Paul Jolly <[EMAIL PROTECTED]> (Mo 19 Mai 2008 23:36:03 CEST):
> > All,
> > 
> > In a filter specification, I am aware that of the behaviour of the  
> > $reply_address variable.
> > 
> > However, I have noticed that it contains the full value of the header  
> > variable, e.g. it could contain:
> > 
> >     Paul Jolly <[EMAIL PROTECTED]>
> > 
> > Is there a variable that contains only the email address, e.g. [EMAIL 
> > PROTECTED] 
> > , according to the same precedence rules as $reply_address?
> 
>     ${local_part:[EMAIL PROTECTED]:$reply_address}

better yet:

    ${address:$reply_address}

        exim4 -be '${address:"hans hanson" <[EMAIL PROTECTED]>}'
        [EMAIL PROTECTED]

-- 
Heiko

Attachment: signature.asc
Description: Digital signature

-- 
## List details at http://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/

Reply via email to