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

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Matthias Hank
Dátum:  
Címzett: exim-users
Tárgy: 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