Re: [Mailman-Users] Script to list users with nomail property set to 1

2004-02-17 Thread Richard Barrett
On 17 Feb 2004, at 06:48, Geoff Powell wrote: Hello, I have been using mailman's withlist feature with a basic python script called nomail, to list all users in a database with the nomail property set to 1, it looked something like: import sys from Mailman import mm_cfg def nomail(list):

[Mailman-Users] Script to list users with nomail property set to 1

2004-02-16 Thread Geoff Powell
Hello, I have been using mailman's withlist feature with a basic python script called nomail, to list all users in a database with the nomail property set to 1, it looked something like: import sys from Mailman import mm_cfg def nomail(list): for member in list.members.keys()