diff --git a/include/class.format.php b/include/class.format.php
index 50c6279fcd2280655c2c30ad118729715563833a..4a5a3883f6a17f42f309803d1b8fb50f3bf9b6b0 100644
--- a/include/class.format.php
+++ b/include/class.format.php
@@ -212,7 +212,7 @@ class Format {
             $html);
         $config = array(
             'safe' => 1, //Exclude applet, embed, iframe, object and script tags.
-            'balance' => 1, //balance and close unclosed tags.
+            'balance' => 0, // No balance — corrupts poorly formatted Outlook html
             'comment' => 1, //Remove html comments (OUTLOOK LOVE THEM)
             'tidy' => -1,
             'deny_attribute' => 'id',