Re: [Mailman-Users] Available Mlist properties

2007-10-12 Thread Bryan Carbonnell
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 involv

Re: [Mailman-Users] Available Mlist properties

2007-10-12 Thread Mark Sapiro
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_

[Mailman-Users] Available Mlist properties

2007-10-12 Thread Bryan Carbonnell
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 scri