[Mailman-Users] mailman mod list

Jim McIver jmciver at lmtribune.com
Tue Feb 3 00:49:31 CET 2009


I'm a newbie and have just had mailman 2.1 running on Freebsd with 
postfix for a couple of days.

I've found a mod.py that will show users in a list that have the 
moderator bit set.

# mod.py

from Mailman import mm_cfg
import sys

def mod(list):
    for member in list.getMembers():
        if list.getMemberOption(member, mm_cfg.Moderate):
            print member, "is moderated"


How can I modify this to show users "don't" have the moderator bit set?
Search FAQ...no luck.

Regards,
-jm


More information about the Mailman-Users mailing list