| Request | MaildropHost -- bug report -- by Giovanni Toffoli |
| Posted on | Dec 6, 2007 5:16 am |
| Subscribe |
| 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. |