Hi Ok that should work for a default install of Exim that uses the .forward files etc from what I read in the faq.. but how does I setup a route to do the same as I'm using Mysql as a backed and have virtual users and domains .. I have tried to write a route to do this but ended up killing exim ..
Greg Odhiambo Washington wrote: > On Jan 9, 2008 11:55 AM, Gregory Machin <[EMAIL PROTECTED]> wrote: > >> Hi >> I have a need to bcc / cc outward bound email from a particular address >> to another address .. Does anyone have a howto or an example of this. Im >> running exim with mysql backend . >> > > Use the system filter: > > if $h_from: contains "[EMAIL PROTECTED]" then > unseen deliver "[EMAIL PROTECTED]" errors_to "your address" > finish > endif > > This is off the top of my head! If you need a tested version of this > then email me off list. I will dig from my server. > > > -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
