@lbutlr: > On Fri Feb 05 2016 17:47:50 Wietse Venema <wie...@porcupine.org> said: > > > > Not with things that are built into Postfix. Probably with > > a policy daemon (postfwd?) or external content filter. > > OK, how about if we look at it this way. > > Is it possible to redirect an email to an address based on the sender?s > address?
Use sender_bcc_maps if all you really want is to add an extra address. Use check_sender_access with an lookup table that returns a REDIRECT action if you really want to redirect. Wietse