On Thu, Jun 02, 2005 at 11:15:35AM -0400, Dean Brooks wrote:
> On Thu, Jun 02, 2005 at 08:24:36AM +0200, Thomas Kinghorn [MTNNS -Rosebank] 
> wrote:
> 
> > I have had a request to "cc" all mails to a specific user to a user at
> > another company.
> > 
> > Any idea's how this can be implemented?
> > 
> > Basically all mails to [EMAIL PROTECTED] must be delivered BUT also
> > cc'd to [EMAIL PROTECTED]
> 
> In system filter:
> 
>   if foranyaddress $recipients ($thisaddress is "[EMAIL PROTECTED]")
>   then
>       unseen deliver [EMAIL PROTECTED] errors_to /dev/null
>       finish
>   endif
> 

That's a good one, mind me asking where you learnt that from?

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/

Reply via email to