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

--
Dean Brooks
[EMAIL PROTECTED]

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