On Fri, Sep 04, 2009 at 09:02:58AM -0500, Barry Finkel wrote:
>      mailman/create
> 
> As I do not use that web page to create a new Mailman list, I want to
> disable that page.  Is there an easy way to do it in Mailman, or do I

By default, I don't ScriptAlias it ('create') in the first place.

    <Location /mailman/create>
        Deny from all
    </Location>

in the appropriate httpd config (or something like that) should do the
job, if you don't want over-the-web list-creation.

(invariably, i just switch screen(1) to the appropriate machine and
run newlist to handle list-creation.)

-- 
``There is a providence that protects idiots, drunkards,
  children and the United States of America.'' (Otto von Bismarck)
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9

Reply via email to