Is there a way to unsubscribe someone from all lists from a web page? (I'm using 2.1b5).I've found remove_members which works fine for the command line, and I've even set up a "find" page for myself for one list because the computer slows down horribly to load the UI members page. Any ideas as to how to add a "remove from all" form? Thanks in advance.

FYI, this code does the trick for others who are interested:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<body>
<FORM action="http://YOUR-DOMAIN/mailman/admin/YOUR-LIST/members"; method="POST" enctype="multipart/form-data">
<table WIDTH="100%">
<tr>
<td><div align="right">Find member <a href="http://www.python.org/doc/current/lib/re-syntax.html";>(help)</a>:</div></td>
<td><INPUT name="findmember" type="TEXT" value="" size="40" ></td>
<td><INPUT name="findmember_btn" type="SUBMIT" value="Search..." ></td>
</tr>
</table>

</FORM>
</body>
</html>


Sarah Stapleton-Gray
--------------------------------------------
Web Site Coordinator
National Organization for Women
http://www.now.org


_______________________________________________
Mailman-Developers mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-developers

Reply via email to