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
> [EMAIL PROTECTED] to [EMAIL PROTECTED]
> Need a copy to go to [EMAIL PROTECTED]
> 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 [EMAIL PROTECTED] then
  unseen deliver [EMAIL PROTECTED]
endif

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

-- 
Magnus Holmgren        [EMAIL PROTECTED]
                       (No Cc of list mail needed, thanks)

Attachment: pgpgLJuh5INiK.pgp
Description: PGP signature

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to