Re: [exim] Diverting an incoming message from a specific sen…

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Christopher Chaduka
Dátum:  
Címzett: Clive McDowell
CC: exim-users@exim.org
Tárgy: Re: [exim] Diverting an incoming message from a specific sender
On Thu, Jan 22, 2009 at 6:33 PM, Clive McDowell <c.mcdowell@???> wrote:
> Is there a way, using the exim configuration file (not the exim filter), to trap an incoming multi-recipient message from a particular sender eg jbloggs@??? and divert it to eg postmaster?


Have a router like this:

from_jbloggs:
driver = redirect
senders = jbloggs@???
data = otherperson@???
<other redirect router options>