RE: [Mailman-Users] Change user settings through command line

2004-05-07 Thread Geoff Powell
ripts? Even if I add users to the mailman group, they are unlikely to have full access to the mailman databases etc. Thanks & Regards Geoff > -Original Message- > From: Jim Tittsler [mailto:[EMAIL PROTECTED] > Sent: Friday, 7 May 2004 12:57 PM > To: Geoff Powell > Cc: [E

[Mailman-Users] Change nomail property through script?

2004-05-06 Thread Geoff Powell
Hello I have a quick question, was wondering how I could change user settings (such as nomail to 1) from a script or command line utility rather than the web interface? I am using Mailman version 2.1.4-1. I looked in /var/mailman/bin directory, none of the utilities there appear to be able to do

[Mailman-Users] Change user settings through command line

2004-05-06 Thread Geoff Powell
Hi all, Is it possible with Mailman 2.1.4-1 to change user settings from a command line tool? For example set nomail to 1 for a user on a mailing list? I looked in the bin directory and none of the utilities appear to be designed to do this, does anyone have any suggestions? Tia Regards Geoff -

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