diff options
| author | bwarsaw | 2002-01-03 04:57:01 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-01-03 04:57:01 +0000 |
| commit | 26819718e60d1add39b038056064c262b25040fc (patch) | |
| tree | 4661568854a890c6018894e5de244432a6b2b01f | |
| parent | a577edb89a37635b55f0230ef8ee7399b10c22a8 (diff) | |
| download | mailman-26819718e60d1add39b038056064c262b25040fc.tar.gz mailman-26819718e60d1add39b038056064c262b25040fc.tar.zst mailman-26819718e60d1add39b038056064c262b25040fc.zip | |
DEFAULT_DEFAULT_MEMBER_MODERATION: Set default to 1 so new lists will,
by default, put new members on probation.
| -rw-r--r-- | Mailman/Defaults.py.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 8152e557e..4721b68bf 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -1,6 +1,6 @@ # -*- python -*- -# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. +# Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -658,7 +658,7 @@ DEFAULT_ADMIN_IMMED_NOTIFY = 1 DEFAULT_ADMIN_NOTIFY_MCHANGES = 0 # Should list members, by default, have their posts be moderated? -DEFAULT_DEFAULT_MEMBER_MODERATION = 0 +DEFAULT_DEFAULT_MEMBER_MODERATION = 1 # Should non-member posts which are auto-discarded also be forwarded to the # moderators? |
