Re: Business e-mail monitoring

2004-03-13 Thread Ross Thomas
This can be done fairly simply in the system filter file. In your exim.conf you'll need: system_filter = /path/to/filter-file If you want to copy all messages, both incoming and outgoing, use something like: if $recipients does not contain [EMAIL PROTECTED] then unseen deliver [EMAIL PROTECT

Re: Business e-mail monitoring

2004-03-13 Thread Ross Thomas
This can be done fairly simply in the system filter file. In your exim.conf you'll need: system_filter = /path/to/filter-file If you want to copy all messages, both incoming and outgoing, use something like: if $recipients does not contain [EMAIL PROTECTED] then unseen deliver [EMAIL PROTECT