diff options
| -rw-r--r-- | Mailman/Defaults.py.in | 4 | ||||
| -rw-r--r-- | modules/mm_defaults.py | 4 | ||||
| -rw-r--r-- | modules/mm_defaults.py.in | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 7ba65d6f0..f7ccd94df 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -9,7 +9,7 @@ this file, to override the distributed defaults with site-specific ones. import os VERSION = '1.0b2' -__version__ = "$Revision: 488 $" +__version__ = "$Revision: 495 $" # Many site-specific settings # @@ -101,7 +101,7 @@ DEFAULT_DIGEST_HEADER = "" DEFAULT_DIGEST_FOOTER = DEFAULT_MSG_FOOTER DEFAULT_DIGEST_IS_DEFAULT = 0 -DEFAULT_MIME_IS_DEFAULT_DIGEST = 1 +DEFAULT_MIME_IS_DEFAULT_DIGEST = 0 DEFAULT_DIGEST_SIZE_THRESHHOLD = 30 # KB DEFAULT_DIGEST_SEND_PERIODIC = 1 # We're only retaining the text file, an external pipermail (andrew's diff --git a/modules/mm_defaults.py b/modules/mm_defaults.py index 7ba65d6f0..f7ccd94df 100644 --- a/modules/mm_defaults.py +++ b/modules/mm_defaults.py @@ -9,7 +9,7 @@ this file, to override the distributed defaults with site-specific ones. import os VERSION = '1.0b2' -__version__ = "$Revision: 488 $" +__version__ = "$Revision: 495 $" # Many site-specific settings # @@ -101,7 +101,7 @@ DEFAULT_DIGEST_HEADER = "" DEFAULT_DIGEST_FOOTER = DEFAULT_MSG_FOOTER DEFAULT_DIGEST_IS_DEFAULT = 0 -DEFAULT_MIME_IS_DEFAULT_DIGEST = 1 +DEFAULT_MIME_IS_DEFAULT_DIGEST = 0 DEFAULT_DIGEST_SIZE_THRESHHOLD = 30 # KB DEFAULT_DIGEST_SEND_PERIODIC = 1 # We're only retaining the text file, an external pipermail (andrew's diff --git a/modules/mm_defaults.py.in b/modules/mm_defaults.py.in index 7ba65d6f0..f7ccd94df 100644 --- a/modules/mm_defaults.py.in +++ b/modules/mm_defaults.py.in @@ -9,7 +9,7 @@ this file, to override the distributed defaults with site-specific ones. import os VERSION = '1.0b2' -__version__ = "$Revision: 488 $" +__version__ = "$Revision: 495 $" # Many site-specific settings # @@ -101,7 +101,7 @@ DEFAULT_DIGEST_HEADER = "" DEFAULT_DIGEST_FOOTER = DEFAULT_MSG_FOOTER DEFAULT_DIGEST_IS_DEFAULT = 0 -DEFAULT_MIME_IS_DEFAULT_DIGEST = 1 +DEFAULT_MIME_IS_DEFAULT_DIGEST = 0 DEFAULT_DIGEST_SIZE_THRESHHOLD = 30 # KB DEFAULT_DIGEST_SEND_PERIODIC = 1 # We're only retaining the text file, an external pipermail (andrew's |
