On 2010-03-04 11:10 AM, J. Roeleveld wrote: > True, but it is my understanding, please correct me if I am wrong, that with > Postfix, the BCC-option forces a copy of the email (regardless of which user > sent it) to be delivered to a single email-address? > This would, at least the way I see it, mean that the filtering only needs to > be done by a single user (the owner of the bcc-email address).
Crap... my ignorance shines through... This won't work with your single address approach, because the sender address needs to be known by sieve, and with your way, it is not available. Doing this will require explicit sender_bcc_maps for each sender... not ideal, but still doable. Or... sender_bcc_maps can use a regex, so, could a relatively simple one-liner regex (simple for someone who understands them at least) be fashioned that would result in <[email protected]>? Or, is using regex for this a really bad idea? Most importantly, is any/all of this a bad idea? It seems like it should work reliably, and not add much overhead to the smtp transaction, but obviously I'm clueless when it comes to answering that with any degree of certainty... -- Best regards, Charles
