Bryan Carbonnell wrote: >I'm not sure if this should be here or dev, but I'll start here. > >This is something I've been thinking about for a while and finally >decided to ask > >Quite often solutions to problems posted here involve using code like: > >def show_reminders(mlist): > if mlist.send_reminders: > >with the wth_list script. > >Is there a list of properties for the mlist object anywhere? If not, >where in the code do I need to go hunting for this info?
Most of them (but not all) are visible and documented in the web admin interface. To see the full list do bin/dumpdb lists/<listname>/config.pck (it's best to do this on a list with few members). If you see an attribute in this output, and don't understand what it is, start with grep -r attribute_name Mailman/* -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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