
hs at schlittermann
May 19, 2008, 2:54 PM
Post #3 of 3
(559 views)
Permalink
|
|
Re: Grabbing the email address in a filter variable
[In reply to]
|
|
Heiko Schlittermann <hs [at] schlittermann> (Mo 19 Mai 2008 23:52:42 CEST): > Paul Jolly <paul [at] myitcv> (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 <paul [at] myitcv> > > > > Is there a variable that contains only the email address, e.g. paul [at] myitcv > > , according to the same precedence rules as $reply_address? > > ${local_part:$reply_address}@${domain:$reply_address} better yet: ${address:$reply_address} exim4 -be '${address:"hans hanson" <h [at] hh>}' h [at] hh -- Heiko
|