Re: always_bcc to multiple recipients

2023-02-12 Thread Arrigo Triulzi
On 12 Feb 2023, at 17:53, Wietse Venema wrote: > To bcc to multiple recipients with existing Postfix versions, specify > one address with always_bcc (or sender_bcc_maps or recipient_bcc_maps), > and expand that into multiple recipients using virtual_alias_maps. Right, so this matches what I thoug

Re: always_bcc to multiple recipients

2023-02-12 Thread Wietse Venema
Arrigo Triulzi: > Hi, > > I was wondering what, if any, is the recommendation on how to have > multiple recipients for always_bcc. always_bcc accepts one recipient (as do sender_bcc_maps and recipient_bcc_maps). Fixing that would require new code (I have added this as a WISHLIST item). To bcc to

always_bcc to multiple recipients

2023-02-12 Thread Arrigo Triulzi
Hi, I was wondering what, if any, is the recommendation on how to have multiple recipients for always_bcc. I was thinking of using something like alias@localhost and then expanding it but I am concerned that it will go through mail filters (amavisd-new in my case) multiple times. Any recomm