Re: [Mailman-Users] mm_cfg.py doesn't appear to be working

2002-08-14 Thread Richard Barrett
At 16:01 13/08/2002 -0400, Barry A. Warsaw wrote: > > "RB" == Richard Barrett <[EMAIL PROTECTED]> writes: > > RB> fyi: all the Mailman code imports mm_cfg.py which in turn > RB> imports Defaults.py. Hence the definitions in mm_cfg.py are > RB> evaluated following evaluation of Def

Re: [Mailman-Users] mm_cfg.py doesn't appear to be working

2002-08-13 Thread Barry A. Warsaw
> "RB" == Richard Barrett <[EMAIL PROTECTED]> writes: RB> fyi: all the Mailman code imports mm_cfg.py which in turn RB> imports Defaults.py. Hence the definitions in mm_cfg.py are RB> evaluated following evaluation of Defaults. py. Values RB> assigned in Defaults.py are re-ev

Re: [Mailman-Users] mm_cfg.py doesn't appear to be working

2002-08-13 Thread Timothy R. Robnett
On Tue Aug 13, 2002 at 07:43:42PM +0100, Richard Barrett wrote: > A couple of thoughts: > > 1. Some list attributes are initially set from mm_cfg.py configuration > variables ONLY when the list is created. Subsequent changes to those > defaults aren't propagated automatically into these per lis

Re: [Mailman-Users] mm_cfg.py doesn't appear to be working

2002-08-13 Thread Richard Barrett
At 10:56 13/08/2002 -0700, Timothy R. Robnett wrote: >On Tue Aug 13, 2002 at 10:45:19AM -0700, Bob Weissman wrote: > > At 10:20 AM 8/13/02, you wrote: > > >I installed MM yesterday and got it working. However changes added to > > >mm_cfg.py do not appear to have any effect. However if I break the

Re: [Mailman-Users] mm_cfg.py doesn't appear to be working

2002-08-13 Thread Timothy R. Robnett
On Tue Aug 13, 2002 at 10:45:19AM -0700, Bob Weissman wrote: > At 10:20 AM 8/13/02, you wrote: > >I installed MM yesterday and got it working. However changes added to > >mm_cfg.py do not appear to have any effect. However if I break the rules > >and change Defaults.py it does have the desired eff

[Mailman-Users] mm_cfg.py doesn't appear to be working

2002-08-13 Thread Timothy R. Robnett
I installed MM yesterday and got it working. However changes added to mm_cfg.py do not appear to have any effect. However if I break the rules and change Defaults.py it does have the desired effect. bin/check_perms reports that everything is fine. A search of the archives didn't yield any leads.