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.
The only custom options I have in Mailman/mm_cfg.py are: DEFAULT_SERVER_LANGUAGE = 'ja' DEFAULT_URL_PATTERN = 'http://%s/cgi-mailman/' [ben@nausicaa:/usr/local/mailman]% sudo python -i bin/withlist test-us-ascii Loading list test-us-ascii (unlocked) >>> m.members {'[EMAIL PROTECTED]': 0, '[EMAIL PROTECTED]': 0} >>> m.new_member_options 256 >>> m.user_options {'[EMAIL PROTECTED]': 392, '[EMAIL PROTECTED]': 392} # Bitfield for user options. See DEFAULT_LIST_OPTIONS above to set defaults # for all new lists. Digests = 0 # handled by other mechanism, doesn't need a flag. DisableDelivery = 1 # Obsolete; use set/getDeliveryStatus() DontReceiveOwnPosts = 2 # Non-digesters only AcknowledgePosts = 4 DisableMime = 8 # Digesters only ConcealSubscription = 16 SuppressPasswordReminder = 32 ReceiveNonmatchingTopics = 64 Moderate = 128 DontReceiveDuplicates = 256 392 is 256 + 128 + 8. How is this getting set? Ben -- Brought to you by the letters P and A and the number 19. "A squib is a firecracker." Debian GNU/Linux maintainer of Gimp and Nethack -- http://www.debian.org/ _______________________________________________ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers
