[Mailman-Developers] [BUG] Users are created as moderated in CVS mailman

Marc MERLIN marc_news@vasoftware.com
Sat, 9 Mar 2002 20:30:03 -0800


On Fri, Mar 08, 2002 at 12:02:33PM +0900, Ben Gertzfield wrote:
> I'm not at all sure why this is, but on a completely fresh install of
> CVS mailman, even though DEFAULT_NEW_MEMBER_OPTIONS = 256, all my new
> list members are created with the 'moderated' flag on.

Look for this in Defaults.py:
# Should list members, by default, have their posts be moderated?               
DEFAULT_DEFAULT_MEMBER_MODERATION = 1
(introduced recently and not linked to what I fed to Barry)

However, I just realized that when I prepared my updated patch that I fed to
Barry last week, I forgot this:

--- mailman-wp/Mailman/versions.py      Fri Aug 17 14:40:28 2001
+++ mailman/Mailman/versions.py Thu Sep  6 12:55:00 2001
@@ -211,7 +211,7 @@
     add_only_if_missing('one_last_digest', {})
     add_only_if_missing('usernames', {})
     add_only_if_missing('personalize', 0)
-
+    add_only_if_missing('default_options', mm_cfg.DEFAULT_LIST_OPTIONS)


Without this,  people who upgrade their  lists do not get  the default value
set to  what's in mm_cfg.py, but  of course newly created  lists should work
just fine.

Marc
-- 
Microsoft is to operating systems & security ....
                                      .... what McDonalds is to gourmet cooking
  
Home page: http://marc.merlins.org/   |   Finger marc_f@merlins.org for PGP key