Allen Watson wrote: >I have a situation in which I frequently need to manually unsubscribe some >members from my list--usually triggered by some incoming message such as an >unrecognized bounce. Instead of going to the list's admin page and using >"Mass Unsubscribe", or looking up the member and checking the unsub box, I >would like to be able to unsubscribe them by e-mail using an admin password, >such as: > > unsubscribe [EMAIL PROTECTED] pwd=AdminPwd > >Reason: I want to partially automate the unsub process using AppleScript. > >The documentation describes the unsubscribe command like this: > > unsubscribe [password] [address=<address>] > >Can I use that with the admin password and "[EMAIL PROTECTED]"?
If the list's unsubscribe_policy is set to require admin approval, no password is required in the unsubscribe e-mail command, but then you have to approve the unsubscribe on the web so this probably doesn't work for you. Currently, only the users' password works; the list admin password doesn't. -- 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/
