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 <greg@???> 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 "originator@???" then
> unseen deliver "another@address" 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.
>
>
>