Re: [exim] Monitoring sent emails of a user

Top Page
Delete this message
Reply to this message
Author: Dean Brooks
Date:  
To: exim-users
Subject: Re: [exim] Monitoring sent emails of a user
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 "usertomonitor@???")
then
    unseen deliver getsacopy@??? errors_to nobody@???
    finish
endif


--
Dean Brooks
dean@???