Mangled mail logs

Discussion in 'General' started by mike_p, Feb 15, 2011.

  1. mike_p

    mike_p Member

    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?
     

Share This Page