Jeffrey Goldberg wrote:
>
>To my knowledge, the one place that a list administrator could by- 
>pass the confirmation process for members is on the mass subscription  
>page.  Are there other locations as well?


The only other way I can think of offhand is to set subscribe_policy to
'Require approval'. Then the admin can request a subscription by email
or listinfo subscribe form and approve the request without a
confirmation from the user.


>And, the heart of my  
>question, can I disable those?


Of course, you can do anything if you're willing to hack the code, but
short of that, all you can do is eliminate the entire Membership
Management... section including the Membership List from the admin
interface.

You probably don't want to do that, but if you did, you'd either copy
the entire ADMIN_CATEGORIES definition from Defaults.py to mm_cfg.py,
but leave out "'members',", or add

del ADMIN_CATEGORIES[ADMIN_CATEGORIES.index('members')]

to mm_cfg.py, but even doing this doesn't stop subscribes with approval
and no confirmation.

-- 
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&amp;file=faq01.027.htp

Reply via email to