On 20/04/2021 10:04, Matus UHLAR - fantomas wrote:
On 2021-04-16 12:03, Dominic Raferd wrote:
> I have started using a REDIRECT action in a header_checks table
> which works but seems to prevent always_bcc from operating -
> the email is not bcc'd.
On Fri, 16 Apr 2021, 20:07 Rob McGee, <r...@nodns4.us> wrote:
It's ugly, but a possible workaround: REDIRECT to an address which
runs a script (transport_maps entry to a pipe(8) or to a local(8)
address with a ~/.forward), and the script delivers a copy to your
BCC address by some means.
On 19.04.21 21:47, Dominic Raferd wrote:
Thanks for this suggestion, I might well implement it
which reminds me, I have simply added the address in always_bcc to an
alias
where such mail is redirected.
Rather late I have tried this and it works perfectly - thanks.