Re: [exim] Auto-bcc certain outgoing mail?

Top Page
Delete this message
Reply to this message
Author: Jasen Betts
Date:  
To: exim-users
Subject: Re: [exim] Auto-bcc certain outgoing mail?
On 2019-06-14, Aki Kyo via Exim-users <exim-users@???> wrote:
> Hello, can someone help guide me what the best way is to grab copies
> of one of our users outgoing mails and bcc to another address?


a router like this

example_audit:
driver = redirect
unseen = yes
verify = no
errors_to = /dev/null
data = audit_mailbox@???
condition = ${if eq{$authenticated_id}{username_here}}

or use a condition that matches some other identifiable feature.

--
When I tried casting out nines I made a hash of it.