Joshua Beall wrote: > >I have a very simple question that I'm sure is covered somewhere in the >docs, but I have yet to find it. What I want to do is grab the subscribers >for one of our mailman lists - either through the web interface, or using >email commands. The list is hosted on a shared server, and I don't have >access to the command line scripts, so I need to do it one of those two ways >(unless I am mistaken about something?).
Send a blank e-mail with subject "help" (without the quotes) to your [EMAIL PROTECTED] address to get the form of the "who" command. Or visit the roster from the listinfo page or directly at something like http://www.example.com/mailman/roster/<listname> Both these methods will *not* show members who've opted to be excluded from these lists. To get all the members in one list without command line access, you have to script the web interface. See http://starship.python.net/crew/jwt/mailman/#throughtheweb for an example script. -- 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
