Web User Support wrote: >I've had an inquiry from a list-administrator about identifyng private >listserv members (who don't show on at /roster). Is there a way to identify >those users other than by going through each alpha-numeric section of the >Membership Management section of the Admin interface?
There is no standard tool per se for listing only private members. The 'bin/list_members' tool will list all members including private and if you really want just the private members, you can modify the list_members script or diff its results with the 'roster' list or the results of an email 'who'. There is also a sample of a screen scraping script which can get all the members via the web admin interface at <http://starship.python.net/crew/jwt/mailman/#throughtheweb>. This too could be modified to get just hidden (private) members. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
