[Mailman-Developers] HTML escaping in text blobs, was Re: Admin-controlled rejectiontext...

Bryan Fullerton fehwalker at gmail.com
Fri Jan 21 04:27:55 CET 2005


On Thu, 20 Jan 2005 18:55:51 -0800, Mark Sapiro <msapiro at value.net> wrote:
> First is all text entered via the web admin interface is HTML escaped
> resulting in the &lt;, etc.
> 
> To avoid this, set the text for member_moderation_notice using
> bin/config_list instead of using the web interface.

This generally needs a better solution. "Use bin/config_list" is fine
as a solution for site admins, but isn't useful for list admins -
they're basically stuck until the site admins manually handle each
request.

Perhaps parsing the escaped bits or tag replacement for the text blobs
submitted via the web interface? This isn't a new issue on the web,
other people using python must have found some way of dealing with it.

Or, alternatively, perhaps email commands for updating the various
text blobs? (that has other charset issues, but...)

Bryan


More information about the Mailman-Developers mailing list