dataflake.org

Home Documentation Software Old Stuff Bug Reporting

Maildrop Log doesn't quote special characters (Resolved)

Request MaildropHost -- bug report -- by Giovanni Toffoli
Posted on Dec 6, 2007 5:16 am
Subscribe

Enter your email address to receive mail on every change to this issue.

Entries (Latest first)


  Resolve by Jens Vagelpohl on May 30, 2008 5:51 pm
  Sorry it took me so long, your suggestion is now in Subversion:

http://svn.dataflake.org/viewvc?view=rev&revision=1479

 

  Initial Request by Giovanni Toffoli on Dec 6, 2007 5:16 am
  It seems that line 26 of log.dtml (version 1.20)
<dtml-var getLog newline_to_br>
should be replaced with
<dtml-var getLog html_quote newline_to_br>

Otherwise, in a line including
"somefullname" <somemailbox@somedomain>
the address in angular brackets will be stripped off, as an unrecognized opening tag in the HTML document.

Moreover, when a big log file includes a lot of such lines, it seems that FireFox will reach some system limit (too many elements nested ?) and will truncate the output.