Graham Leggett wrote: > >I figured the rmlist option in the cgi-bin directory might do what I >want, but all it gave me was the cryptic and meaningless message "You're >being a sneaky list owner!", which leaves me no nearer to enlightenment >on what method should be used to delete a list.
bin/rmlist --help The cgi-bin/rmlist script is for the web interface. It is only made available in the web interface and only works if you set OWNERS_CAN_DELETE_THEIR_OWN_LISTS = Yes in mm_cfg.py. If you execute it directly without this setting, it thinks you're trying to "trick" it and gives you the "sneaky listowner" message. -- 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&file=faq01.027.htp
