sebbASF opened a new issue #109:
URL: https://github.com/apache/incubator-ponymail-foal/issues/109


   The following characters all cause errors:
   
   (, ), ", '
   
   Note that classic PonyMail can handle these.
   It sanitises the strings using the following code:
   escape_html( word:gsub("[()\"]+", "") )
   i.e. () and " are eliminated, and the remainder is escaped.
   This is done after the strings have been parsed, as the " chars are needed 
to delimit phrases


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to