diff options
| -rw-r--r-- | Mailman/Defaults.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index a35611dc2..296c6db7b 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -591,6 +591,7 @@ DontReceiveOwnPosts = 2 # Non-digesters only AcknowledgePosts = 4 DisableMime = 8 # Digesters only ConcealSubscription = 16 +SuppressPasswordReminder = 32 # currently, per-list unfortunately # Useful directories LIST_DATA_DIR = os.path.join(VAR_PREFIX, 'lists') |
