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

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Matthias Hank
Fecha:  
A: 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