diff options
author | Mark Sapiro <msapiro@value.net> | 2007-11-04 14:07:28 -0800 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2007-11-04 14:07:28 -0800 |
commit | ea71f5ee9f0dc3386b523bcfcb2fc72b18462b36 (patch) | |
tree | f6750f5067aef6fbe47fe6e984d9ca7b7a5d9759 /Mailman | |
parent | fde2d5db792436aeedcb1e18307ff4ea85ca9343 (diff) | |
download | mailman2-ea71f5ee9f0dc3386b523bcfcb2fc72b18462b36.tar.gz mailman2-ea71f5ee9f0dc3386b523bcfcb2fc72b18462b36.tar.xz mailman2-ea71f5ee9f0dc3386b523bcfcb2fc72b18462b36.zip |
Changed the descriptions of the ARCHIVE_TO_MBOX settings to more
accurately represent their current meaning.
Diffstat (limited to 'Mailman')
-rw-r--r-- | Mailman/Defaults.py.in | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index a18f3a93..8be182ac 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -217,11 +217,13 @@ DEFAULT_ARCHIVE_PRIVATE = 0 # ARCHIVE_TO_MBOX #-1 - do not do any archiving # 0 - do not archive to mbox, use builtin mailman html archiving only -# 1 - archive to mbox to use an external archiving mechanism only -# 2 - archive to both mbox and builtin mailman html archiving - -# use this to make both external archiving mechanism work and -# mailman's builtin html archiving. the flat mail file can be -# useful for searching, external archivers, etc. +# 1 - do not use builtin mailman html archiving, archive to mbox only +# 2 - archive to both mbox and builtin mailman html archiving. +# See the settings below for PUBLIC_EXTERNAL_ARCHIVER and +# PRIVATE_EXTERNAL_ARCHIVER which can be used to replace mailman's +# builtin html archiving with an external archiver. The flat mail +# mbox file can be useful for searching, and is another way to +# interface external archivers, etc. ARCHIVE_TO_MBOX = 2 # 0 - yearly |