Is it something I've done or are all the mail logs corrupted when showing in ISPConfig3? For example, my logs have lots of empty 'to' fields where the addressee's mail address is shown as <[email protected]> Because the browser sees <something> as a tag, the address is hidden. I've edited my show_log.php to use htmlspecialchars (line 127) ie Code: $logData = nl2br(htmlspecialchars($data)); Does everyone else see this problem, so, do I need to log it as a bug and fix it in the officail ISPConfig source?