Re: [Mailman-Users] List all members of All lists
Harold Pritchett wrote: > How do I list all of the members of all of my lists. Hello, I use this script to get a list of all lists and all members: #! /bin/sh for i in `/usr/local/mailman/bin/list_lists | tail +2 | awk '{print $1}'`; do \ for j in `/usr/local/mailman/bin/list_members $i`; do \
Re: [Mailman-Users] Display Real Name in Subscriber List
ls.websafe(realname) got = Link(url, showing) if self.getDeliveryStatus(person) <> MemberAdaptor.ENABLED: got = Italic('(', got, ')') -- Martin Schütte -- Mailman-Users mailin