Re: [Exim] Sender apparently set but h_sender is null

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: David Woodhouse
Data:  
Para: Paul Jolly
CC: exim-users
Asunto: Re: [Exim] Sender apparently set but h_sender is null
On Tue, 2004-02-24 at 16:15 +0000, Paul Jolly wrote:
> This is a multi-part message in MIME format.
> --
> Hi all,
>
> I have have googled through the archive and scanned the FAQ but couldn't
> find any pointers on the following.
>
> Consider my .forward file (attached), in particular the following rule:
>
>     testprint $h_Sender:
>     if      $h_Sender: matches "vim-return-([0-9]+)-paul=myitcv.org.uk@???"
>     then    save Mail/Mailing_Lists/vim
>     endif


Try $sender_address

--
dwmw2