You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use_html_editor config option by default is set to 'off'. In 6.2.60, this appears to break the logic for whether or not a message posted throught the Sympa web interface should be text/plain or text/html. The particular block that I believe is the pain point:
Our current config has use_html_editor commented out and uses the default value of 'off' which causes messages posted from the web interface to be sent out as 'text/html' and mucks with newlines in the text.
Version
6.2.60
Installation method
Source
Expected behavior
Messages posted through the web interface should be sent as 'text/plain' when use_html_editor is set to off or 0.
Actual behavior
Messages posted through the web interface are sent as 'text/html' when use_html_editor is set to 'off'.
The text was updated successfully, but these errors were encountered:
The use_html_editor config option by default is set to 'off'. In 6.2.60, this appears to break the logic for whether or not a message posted throught the Sympa web interface should be text/plain or text/html. The particular block that I believe is the pain point:
sympa/src/cgi/wwsympa.fcgi.in
Lines 14869 to 14876 in 3392c83
Our current config has use_html_editor commented out and uses the default value of 'off' which causes messages posted from the web interface to be sent out as 'text/html' and mucks with newlines in the text.
Version
6.2.60
Installation method
Source
Expected behavior
Messages posted through the web interface should be sent as 'text/plain' when use_html_editor is set to off or 0.
Actual behavior
Messages posted through the web interface are sent as 'text/html' when use_html_editor is set to 'off'.
The text was updated successfully, but these errors were encountered: