Klaus Höring wrote: > >i want to subscribe some users to mailman by mail. > >1) is it possible to add the username to the list?
Not directly. You can only send a subscribe [password] [digest|nodigest] [address=<address>] to the list-request address and this acts as any other email subscribe for that address. Note that the password is the initial password for the subscriber, not an authorization. >2) if i add the user by mail, the user receives an confirmation email. >is it possible to disable this email? If you set Privacy options...->Subscription rules->subscribe_policy to "Require approval", the user won't receive a confirmation, but an admin/moderator will have to approve the subscription (which can also be done by email if admin_immed_notify is yes so you get the email with the necessary confirmation token). Alternatively, if you have access to mm_cfg.py, you can set ALLOW_OPEN_SUBSCRIBE = Yes and then set subscribe_policy to None to bypass confirmation and approval completely, but this is not recommended as it allows anyone to subscribe anyone else to the list. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp