diff options
| author | klm | 1998-11-03 23:54:57 +0000 |
|---|---|---|
| committer | klm | 1998-11-03 23:54:57 +0000 |
| commit | 4bfd9d996e8304ff28c8253e077dedf919310200 (patch) | |
| tree | f4282e5997c98eed5bf5222226005d8fcf2d065d /Mailman/Defaults.py.in | |
| parent | b837e77ad0a79db86fa23f46eb5cc92d083d95ff (diff) | |
| download | mailman-4bfd9d996e8304ff28c8253e077dedf919310200.tar.gz mailman-4bfd9d996e8304ff28c8253e077dedf919310200.tar.zst mailman-4bfd9d996e8304ff28c8253e077dedf919310200.zip | |
Refined a few archival-related options comments.
Diffstat (limited to 'Mailman/Defaults.py.in')
| -rw-r--r-- | Mailman/Defaults.py.in | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 661ede9aa..452f78c4e 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -44,17 +44,15 @@ DEFAULT_ARCHIVE_PRIVATE = 0 # 0=public, 1=private # 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. this could be useful if you -# have lists that use an external archiving mechanism, but want to -# integrate those archives with mailman's. -# +# mailman's builtin html archiving. the flat mail file can be +# useful for searching, external archivers, etc. ARCHIVE_TO_MBOX = 2 # 0 - yearly -# 1 - month -# 2 - quarter -# 3 - week -# 4 - day +# 1 - monthly +# 2 - quarterly +# 3 - weekly +# 4 - daily DEFAULT_ARCHIVE_VOLUME_FREQUENCY = 1 |
