Re: [exim] Copy/duplicate a mail depending of the sender add…

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Matthias Hank
Data:  
Para: exim-users
Asunto: Re: [exim] Copy/duplicate a mail depending of the sender address
Hi Heiko,

On Tue, Nov 18, 2014 at 10:41:44AM +0100, Heiko Schlittermann wrote:

> Untested.
>
>  copyrouter:
>          driver = redirect
>          data = ${lookup{$sender_address}lsearch{/etc/exim4/copylist}}
>          unseen
>          no_verify


Thank you, that works ;-)

Matthias