Bernd wrote: > >My friend use command line scripts >(http://www.gnu.org/software/mailman/site.html) to subscribe/unsubscribe >the users through his website to Mailman. >I am not able to use this scripts and had to use the email interface >(http://www.gnu.org/software/mailman/mailman-member/node10.html).
You need to use a php or CGI script on your web site to post a mass subscribe transaction to the list's admin interface. See some of the hits from <http://www.google.com/search?q=site%3Amail.python.org+inurl%3Amailman+wget+subscribe> for more information. >But here is the problem. The email interface doesn't take care of the >senders address. If I use the email interface with the administrative >e-mail address (this e-mail address is used to log-in into the mailing >list administration) the behavior is the same as if I use it with an >normal user e-mail address. > >But I would like to subscribe an user without "subscribe_policy". If the >list-manager send an subscription the user should be subscribed >immediately without confirm/approve - option. > >Is it possible to make the [EMAIL PROTECTED] logic only >available for the list-manager? > >What's the purpose of the list-manager e-mail address except for log-in? The 'owner' and 'moderator' addresses are the addresses to which Mailman sends certain notices and other mail. Otherwise, there is nothing special about these addresses. See <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.060.htp>. The email command interface is designed for list members. It is not intended to ba a facility for administering a 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 [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/ 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
