Mark, thanks so much for the info below! Is there any documentation related to this? I'd be interested to know what other actions are possible using similar commands? For example, how can I control notifications when unsubscribing (as done below)?

If there isn't any documentation, I'd be happy to help put some together.

Steve

Mark Sapiro wrote:

Steven Poulakos wrote:


My current problem is figuring out how to allow an admin to subscribe a user's email *without requiring the user to confirm* the subscription. Is there any way to do this with admin email commands or web scripts?

The unsubscribe feature works using the following wget command:

http://[domain.name]/mailman/options/[listname]/[user_email_address]?unsub=1&unsubconfirm=1&password=[admin_password]

That command will unsubscribe the user without a confirmation request. Does something comparable exist for subscriptions?



http://[domain.name]/mailman/admin/[listname]/members/add?subscribees=[user_email_address]&adminpw=[admin_password]&send_welcome_msg_to_this_batch=0&send_notifications_to_list_owner=0

You may or may not want
send_welcome_msg_to_this_batch=0
and/or
send_notifications_to_list_owner=0
depending on whether or not you want the welcome message and/or owner
notification.

--
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/

Reply via email to