diff options
| author | klm | 1998-05-24 13:41:03 +0000 |
|---|---|---|
| committer | klm | 1998-05-24 13:41:03 +0000 |
| commit | ebde1fb9e45b3448720c23bc922c96925f21d0d9 (patch) | |
| tree | 9365dbd079d4b2d37155796c9405bb0c94d59275 | |
| parent | f89fef03b3c1034f8ef8169554e6a29d79f6beb7 (diff) | |
| download | mailman-ebde1fb9e45b3448720c23bc922c96925f21d0d9.tar.gz mailman-ebde1fb9e45b3448720c23bc922c96925f21d0d9.tar.zst mailman-ebde1fb9e45b3448720c23bc922c96925f21d0d9.zip | |
| -rwxr-xr-x | cgi/handle_opts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/handle_opts b/cgi/handle_opts index a41002ffb..858850383 100755 --- a/cgi/handle_opts +++ b/cgi/handle_opts @@ -2,7 +2,7 @@ """Process input to user options form.""" -__version__ = "$Revision: 388 $" +__version__ = "$Revision: 534 $" import sys sys.path.append('/home/mailman/mailman/modules') @@ -79,7 +79,7 @@ if form.has_key("unsub"): try: pw = form["upw"].value if list.ConfirmUserPassword(user, pw): - list.DeleteMember(user, "handle_opts") + list.DeleteMember(user, "web cmd") except mm_err.MMListNotReady: PrintResults("List is not functional.") except mm_err.MMNoSuchUserError: |
