Forwarded External Emails Don’t Display Sender’s Address

If you are migrating mailboxes from Exchange 2007 to 2010, please be aware of the following bug regarding Outlook Forwading Rules.

Let’s say we have a user (call it UserA) that has a rule to automatically forward every e-mail received to his assistant (UserB). With Exchange 2007 when an external e-mail is received by UserA and forwarded automatically by the Outlook rule to UserB, this will receive the e-mail like this:

-------------------------------------------
From: Nuno Mota[SMTP:[email protected]]
Sent: 10 May 2012 15:59:04
To: UserA
Subject: Test
Auto forwarded by a Rule

 Note that the e-mail address of the external recipient is displayed.

 However, with Exchange 2010 the same thing doesn’t seem to happen!… Running the exact same test with both users now on Exchange 2010, UserB receives the e-mail like:

--------------------------------------------
From: Nuno Mota
Sent: 17 May 2012 10:36:29 (UTC) Dublin, Edinburgh, Lisbon, London
To: UserA
Subject: Test 2

 Note that my external e-mail address is not displayed so UserB has no way of replying to the sender!

Workaround

There are three main workarounds for this:

 1. Update the Outlook rule to use one of the following actions instead: “forward it to people or distribution list as an attachment” or “redirect it to people or distribution list”.

 However (1) the e-mail will be received as an attachment which means it is an extra step for UserB to read the e-mail and (2) the e-mail will be received by UserB as having been sent directly from the external sender to him/her, when it was actually sent to UserA

2. At the Exchange level, enable the auto forward feature from UserA to UserB (make sure “Deliver message to both forwarding address and mailbox” is also selected so that both UserA and UserB receive the e-mail).

 However using the Exchange Management Console, you can only specify one user. You could specify a second user by using the Shell instead and a little “cheat”:

Set-Mailbox UserA -ForwardingAddress [email protected] -DeliverToMailboxAndForward $true

3. Recreate the mailbox in Exchange 2010…

Reason for This?!

It turns out this only happens for mailboxes migrated from Exchange 2007 to 2010. If a mailbox is created on 2010, it works as expected with the sender’s e-mail address being displayed!

According to Microsoft, this issue was recorded as a bug and was closed as “Won’t Fix”, so I don’t expect it to get fixed any time soon…

About The Author

Leave a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Scroll to Top