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):
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()