Allen Watson wrote: >Is there no way way to do this either via the web interface or by >e-mail to the "request" address? I do not host the lists I administer, >and I need to get a listing of NOMAIL subscribers for several lists. >Perhaps some form of the "who" command?
The closest thing you can do directly is get the list roster page either from the listinfo page or directly at http://www.example.com/mailman/roster/<listname>. This roster has delivery-disabled members shown in parenthesis, but not the reason. You can also script the web interface. See http://starship.python.net/crew/jwt/mailman/#throughtheweb for an example of a script to get the member list from the web. This could probably be modified to show only those members with delivery disabled for bouncing. -- 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
