On Thu, Jun 02, 2005 at 04:32:47PM +0100, Steven Wayne wrote: > 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. > > > > > > 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?
Well, mainly through some trial and experimentation. I've spent a lot of time customizing Exim for our work mail systems, and have collected quite a large configuration file as a result. :) There may be other ways to do the above from within routers, but the above seemed to be the best way to do it that I could find. -- 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/
