Re: [Mailman-Users] restricting configuration option

2004-09-10 Thread Mark Sapiro
K. Clair wrote: >Is there a template or html embedded in python code that I could edit to >remove the options from the admin interface? Not really, but you could look at $prefix/Mailman/admin.py and the various python files in $prefix/Mailman/Gui/ >Mainly what I'm worried about is that we are a

Re: [Mailman-Users] restricting configuration option

2004-09-10 Thread K. Clair
Is there a template or html embedded in python code that I could edit to remove the options from the admin interface? Mainly what I'm worried about is that we are a web host and want to offer mailman to our customers. However, I want to restrict some of the options to protect us. For example, th

Re: [Mailman-Users] restricting configuration option

2004-09-06 Thread Brad Knowles
At 4:49 PM -0700 2004-09-06, K. Clair wrote: Hmmm, okay ... is there a not-so-easy way? :) You can change configuration options in mm_cfg.py based on the defaults in Defaults.py, but beyond that, no. -- Brad Knowles, <[EMAIL PROTECTED]> "Those who would give up essential Liberty, to purchase a

Re: [Mailman-Users] restricting configuration option

2004-09-06 Thread K. Clair
Hmmm, okay ... is there a not-so-easy way? :) Thanks! Kristina On Fri, Sep 03, 2004 at 11:51:24PM +0200, Brad Knowles wrote: - At 2:02 PM -0700 2004-09-03, K. Clair wrote: - - > Is there a relatively easy way to remove configuration options from - > the administrative interface for all lists? I

Re: [Mailman-Users] restricting configuration option

2004-09-03 Thread Jim Tittsler
On Sep 4, 2004, at 06:02, K. Clair wrote: Is there a relatively easy way to remove configuration options from the administrative interface for all lists? I know that I can set defaults, but what if I don't want list administrators to be able to change them? As Brad pointed out, you can't enable/di

Re: [Mailman-Users] restricting configuration option

2004-09-03 Thread Brad Knowles
At 2:02 PM -0700 2004-09-03, K. Clair wrote: Is there a relatively easy way to remove configuration options from the administrative interface for all lists? I know that I can set defaults, but what if I don't want list administrators to be able to change them? Not really. There are certain t

[Mailman-Users] restricting configuration option

2004-09-03 Thread K. Clair
Hello, Is there a relatively easy way to remove configuration options from the administrative interface for all lists? I know that I can set defaults, but what if I don't want list administrators to be able to change them? Thanks, Kristina --