summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2001-05-25 19:01:30 +0000
committerbwarsaw2001-05-25 19:01:30 +0000
commitcb1bbf55a2f8cadf2d5ef9a0c5db706293cb86f6 (patch)
tree5138fba3c006691257d6dd2acb87609b949af1d3
parent1935dbd545f7415a1dfc7e99039c74f63273d3de (diff)
downloadmailman-cb1bbf55a2f8cadf2d5ef9a0c5db706293cb86f6.tar.gz
mailman-cb1bbf55a2f8cadf2d5ef9a0c5db706293cb86f6.tar.zst
mailman-cb1bbf55a2f8cadf2d5ef9a0c5db706293cb86f6.zip
SuppressPasswordReminder: New per-list user option which allows a user
to suppress password reminders for this list only. If they turn this option on for all lists in a virtual domain, they will not get the password reminder email at all.
-rw-r--r--Mailman/Defaults.py.in1
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')