On 5/17/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > hi, > how can i simulate mailman pages? > i want to build my own page to add or remove > members without any admin-confirmation.
Why can't you just set subscribe_policy to 'Confirm' and then duplicate the form fields on the general page for the list? > i tested it, but it does not work and i don't know > why. The problem is probably that the /admin/* pages require the list or site admin password to be in a cookie, and normal users aren't going to have that. -- - Patrick Bogen ------------------------------------------------------ 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
