unsubscribing an email address from all lists using the UI
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
"NWC" == NOW Website Coordinator <webperson@now.org> writes:
NWC> Is there a way to unsubscribe someone from all lists from a
NWC> web page? (I'm using 2.1b5).I've found remove_members which
NWC> works fine for the command line
That's the only official way at the moment, because the user databases aren't linked in MM2.1 (they will be in MM3.0).
NWC> and I've even set up a "find" page for myself for one list
NWC> because the computer slows down horribly to load the UI
NWC> members page.
There was a bug in 2.1b5 that the first page might show too many members, but I think the alphabetized subgroups should be much faster. This is fixed in 2.1b6.
There's also DEFAULT_ADMIN_MEMBER_CHUNKSIZE but that defaults to 30 which should be plenty fast.
-Barry
participants (2)
-
barry@python.org
-
NOW Website Coordinator