RE: [exim] UNSEEN option

Top Page
Delete this message
Reply to this message
Author: Thomas Kinghorn [MTNNS -Rosebank]
Date:  
To: Steven Wayne, exim-users
CC: 
Subject: RE: [exim] UNSEEN option
Many thanks

Regards

Tom

-----Original Message-----
From: exim-users-bounces@??? [mailto:exim-users-bounces@exim.org]
On Behalf Of Steven Wayne
Sent: 02 June 2005 09:54 AM
To: exim-users@???
Subject: Re: [exim] UNSEEN option

On Thu, Jun 02, 2005 at 08:24:36AM +0200, Thomas Kinghorn [MTNNS
-Rosebank] wrote:
>
> Good morning list (depending where you are globally)
>
> I have had a request to "cc" all mails to a specific user to a user at


> another company.
>
> Exchange seems to have issues (well lots of them).
>
> I have decided to complete the request on the Exim gateway (relay)
> server.
>
> I have been reading the documentation and see That the unseen option
> can be used to fulfil this requst.
>
> <snip>
> The unseen option can be used to cause copies of messages to be
> delivered to some other destination, while also carrying out a normal
> delivery. In effect, the current address is made into a "parent" that
> has two children - one that is delivered as specified by this router,
> and a clone that goes on to be routed further.
> <snip>
>
> Any idea's how this can be implemented?
>
> Basically all mails to user@??? must be delivered BUT
> also cc'd to user1@???.
>


if $message_headers: contains "user@???"
then
unseen deliver user1@??? endif


Steven.

--
.''`.
: :' :
`. `'`
`-

--
## 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/