summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorviega1998-05-31 18:17:40 +0000
committerviega1998-05-31 18:17:40 +0000
commita00f8674aed07f023049bec9840af2e213ec927b (patch)
treec9df162fd414aeb5ef8c23944f312fc2aa5058e8 /modules
parent205d14957f43bd0fa432ecd2dadc87c5509d66a5 (diff)
downloadmailman-a00f8674aed07f023049bec9840af2e213ec927b.tar.gz
mailman-a00f8674aed07f023049bec9840af2e213ec927b.tar.zst
mailman-a00f8674aed07f023049bec9840af2e213ec927b.zip
Whoops, forgot to check in the new default variables for the admin
cookie stuff.
Diffstat (limited to 'modules')
-rw-r--r--modules/mm_defaults.py.in12
1 files changed, 10 insertions, 2 deletions
diff --git a/modules/mm_defaults.py.in b/modules/mm_defaults.py.in
index 1df24897e..661fb99da 100644
--- a/modules/mm_defaults.py.in
+++ b/modules/mm_defaults.py.in
@@ -26,8 +26,6 @@ this file, to override the distributed defaults with site-specific ones.
import os
-VERSION = '1.0b4'
-
# The URL for Mailman sources, etc. - you probably don't want to change this.
MAILMAN_URL = 'http://www.list.org/'
@@ -165,6 +163,16 @@ AcknowlegePosts = 4
DisableMime = 8 # Digesters only
ConcealSubscription = 16
+#
+# how long the cookie authorizing administrative
+# changes via the admin cgi lasts
+#
+ADMIN_COOKIE_LIFE = 60 * 20 # 20 minutes
+
+# how many members to display at a time
+# on the admin cgi to unsubscribe them or change their options
+#
+ADMIN_MEMBER_CHUNKSIZE = 10
# These directories are used to find various important files in the Mailman
# installation. PREFIX and EXEC_PREFIX are set by configure and should point