Prince Law Offices: > Thanks for the response, and sorry for my delayed reaction. > > I understand that always_bcc should send a copy to the address > indicated or the alias of the address indicated. My situation is > slightly different. It?s the initial recipient (the To:) that is > aliased AND uses a transport to execute an external app. The app > is expecting the alias, and that all works fine. The app is happy. > My problem is that I also want to bcc that incoming email to an > aliased address. That doesn?t seem to happen.
The code suggests otherwise: cleanup_addr_bcc() calls cleanup_out_recipient() which calls cleanup_map1n() which does the virtual alias expansion. However the aliasing does not happen when you disabled address mapping, as is done before or after a content with "receive_override_options = no_address_mappings". Wietse