On 10/12/07, Mark Sapiro <[EMAIL PROTECTED]> wrote:
> 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/*

Thanks Mark.

-- 
Bryan Carbonnell - [EMAIL PROTECTED]
Life's journey is not to arrive at the grave safely in a well
preserved body, but rather to skid in sideways, totally worn out,
shouting "What a great ride!"
------------------------------------------------------
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&amp;file=faq01.027.htp

Reply via email to