I am trying to set the default message (for new lists) for non-member posts that are rejected. In mm_cfg.py, I have tried:
NONMEMBER_REJECTION_NOTICE= "Blah blah blah blah" That doesn't work. I understand that Python can use single, double, or triple quotes. None of these work. -- Christopher Adams ------------------------------------------------------ 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&file=faq01.027.htp
