On Jan 29, 2013, at 10:49 AM, Wietse Venema <wie...@porcupine.org> 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$/
>    /./ archive-recipi...@archive-host.example.com
>    endif
> 
> That should bcc all mail except mail from
> archive-sen...@archive-host.example.com 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

Reply via email to