summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/Digester.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mailman/Digester.py b/Mailman/Digester.py
index 260f5bb65..e81fbed28 100644
--- a/Mailman/Digester.py
+++ b/Mailman/Digester.py
@@ -45,6 +45,9 @@ You can reach the person managing the list at
class Digester:
+ def InitTempVars(self):
+ self._mime_separator = '__--__--'
+
def InitVars(self):
# Configurable
self.digestable = mm_cfg.DEFAULT_DIGESTABLE