Re: [exim] Monitoring sent emails of a user

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Dean Brooks
日付:  
To: exim-users
題目: 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@???