diff options
| author | mailman | 1998-03-19 00:34:39 +0000 |
|---|---|---|
| committer | mailman | 1998-03-19 00:34:39 +0000 |
| commit | 03a9cc3b5ea76b2a683cb0670ab9b5e3985a95c4 (patch) | |
| tree | 7b10db54b90aa096d8f162ceaf602b7667ddfdd8 /modules/mm_defaults.py | |
| parent | 31ef2f76ba9e2901231d244cf4f05205d8a1b6a9 (diff) | |
| download | mailman-03a9cc3b5ea76b2a683cb0670ab9b5e3985a95c4.tar.gz mailman-03a9cc3b5ea76b2a683cb0670ab9b5e3985a95c4.tar.zst mailman-03a9cc3b5ea76b2a683cb0670ab9b5e3985a95c4.zip | |
Diffstat (limited to 'modules/mm_defaults.py')
| -rw-r--r-- | modules/mm_defaults.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/mm_defaults.py b/modules/mm_defaults.py index 0f8d7feb0..89b0b400f 100644 --- a/modules/mm_defaults.py +++ b/modules/mm_defaults.py @@ -8,8 +8,8 @@ this file, to override the distributed defaults with site-specific ones. import os -VERSION = '1.0b1.1' -__version__ = VERSION + "$Revision: 176 $" +VERSION = '1.0b1.2' +__version__ = VERSION + "$Revision: 207 $" # Many site-specific settings # @@ -92,6 +92,7 @@ DEFAULT_DIGEST_HEADER = "" DEFAULT_DIGEST_FOOTER = DEFAULT_MSG_FOOTER DEFAULT_DIGEST_IS_DEFAULT = 0 +DEFAULT_MIME_IS_DEFAULT_DIGEST = 1 DEFAULT_DIGEST_SIZE_THRESHHOLD = 30 # KB DEFAULT_DIGEST_SEND_PERIODIC = 1 # We're only retaining the text file, an external pipermail (andrew's @@ -140,5 +141,5 @@ Digests = 0 # handled by other mechanism, doesn't need a flag. DisableDelivery = 1 DontReceiveOwnPosts = 2 # Non-digesters only AcknowlegePosts = 4 -EnableMime = 8 # Digesters only +DisableMime = 8 # Digesters only ConcealSubscription = 16 |
