John Fleming wrote:

>Uh, sorry for the simple question (but it will be easy to answer).  In 
>non-digest mode, footer option - How do I get a doublequote to appear 
>instead of &quote?  Like if I wanted it to read "This is a test."

The escaping of certain characters >, <, & and " entered on the admin
web pages is a result of "cleansing" to prevent XSS attacks. This
means if you want to put these things in msg_footer or whatever, you
have to use bin/config_list (or withlist) to do it.

e.g.

bin/config_list -i filename listname

where filename contains for example

msg_footer="""
a line with "quoted" word
some other stuff
"""

--
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to