On Fri, Feb 17, 2006 at 06:07:03PM +0200, Sub Zero wrote:

> My boss today asked me to mirror a newcomers all sent emails to his mailbox.
> How do I do this in exim 4.52?

Try this in your Exim system filter with the various email addresses
replaced with something more appropriate.

if first_delivery and not error_message and
   foranyaddress $sender_address,$h_from: ($thisaddress is "[EMAIL PROTECTED]")
then
    unseen deliver [EMAIL PROTECTED] errors_to [EMAIL PROTECTED]
    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