Requirement to "always_bcc" except when email is internal

2009-01-15 Thread Eric Sammons
I have a requirement to always_bcc except when email is internal. I have investigated options such as always_bcc, sender|recipient_bcc_maps and none seem to fully address the issue. Sample scenario. My domain is example.com; when a email's RECIPIENT and SENDER are both @ example.com then process

Re: Requirement to "always_bcc" except when email is internal

2009-01-15 Thread Eric Sammons
Thank you, that works... On Thu, Jan 15, 2009 at 9:30 AM, Wietse Venema wrote: > Eric Sammons: > > I have a requirement to always_bcc except when email is internal. > > Instead of always_bcc use sender_bcc_maps or recipient_bcc_maps. > > > I have > > investiga