On Jan 29, 2013, at 10:49 AM, Wietse Venema <[email protected]> wrote:
> Let the computer do the work for you. > > /etc/postfix/main.cf: > sender_bcc_maps = pcre:/etc/postfix/sender_bcc.pcre > > /etc/postfix/sender_bcc.pcre: > if !/^archive-sender@archive-host\.example\.com$/ > /./ [email protected] > endif > > That should bcc all mail except mail from > [email protected] and mail with the null > sender address (i.e. delivery status notifications). > > Wietse Phew, thanks I was hopping I could use a regex like that, perfect. -j
