Re: [exim] sender copy router

Top Page
Delete this message
Reply to this message
Author: Magnus Holmgren
Date:  
To: exim-users
Subject: Re: [exim] sender copy router
On Monday 30 April 2007 19:18, terry wrote:
> I would like to set up a router to take a copy of an email sent from
> tomjones@??? to pluto@???
> Need a copy to go to pluto2@???.
> I had a look through the archives but I must have worded it wrong


I'd like to suggest a filter in pluto's .forward, something that works by
default. That way you don't have to modify exim.conf.

# Exim filter
if $sender is tomjones@??? then
unseen deliver pluto2@???
endif

If you don't like that, please read the specification, chapters 15 (esp.
the "unseen" and "senders" options) and 22.

-- 
Magnus Holmgren        holmgren@???
                       (No Cc of list mail needed, thanks)