Outlook Hangs on Emails with Invalid Network Paths – Fixing Guide

emailemail-clientmicrosoft-outlookmicrosoft-outlook-2010

At first I thought this could be an isolated problem, but several email from different sources are presenting the same problem. Whenever the email contains an (AFAIK malformed) youtube thumbnail URI, outlook 2010 (14.0.6112.5000 x64) hangs with this dialog on the foreground

The offending source code is

<img alt=3D"" border=3D"0" src=3D"//img.youtube.com/vi/7H_Xe2=5Ub0k/hqdefault.jpg" style=3D"display: block; border: 0;" width=3D"200">

Interestingly enough, this image displays fine when viewed via webmail (google apps).

  1. Shouldn't out look treat this link just like any other broken link and not hang ?
  2. Why does the URI work on webmail but not for outlook?
  3. Any suggestions on a temporary workaround?

Best Answer

One "solution" is to edit your hosts file to map img.youtube.com to your local IP address (127.0.0.1) so it fails instantly, rather than taking 1 minute to fail to find \img.youtube.com.

In my case the emails had an image attempting to load from //feeds.feedburner.com blocking that network location is rather severe though if you run an RSS reader.

Related Question