summaryrefslogtreecommitdiff
path: root/Mailman/Digester.py
diff options
context:
space:
mode:
authorklm1998-05-01 16:33:58 +0000
committerklm1998-05-01 16:33:58 +0000
commitfe1f893c8ff4a753f1d4e8d47133d9b0a38f12a9 (patch)
treeac372b5d32483e6847540a3201f30aaf65354474 /Mailman/Digester.py
parentb326287c7a9c3e470fd3704fcd56e73e47ec9095 (diff)
downloadmailman-fe1f893c8ff4a753f1d4e8d47133d9b0a38f12a9.tar.gz
mailman-fe1f893c8ff4a753f1d4e8d47133d9b0a38f12a9.tar.zst
mailman-fe1f893c8ff4a753f1d4e8d47133d9b0a38f12a9.zip
Diffstat (limited to 'Mailman/Digester.py')
-rw-r--r--Mailman/Digester.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Digester.py b/Mailman/Digester.py
index d7296bfd8..5634f089c 100644
--- a/Mailman/Digester.py
+++ b/Mailman/Digester.py
@@ -1,6 +1,6 @@
"""Mixin class with list-digest handling methods and settings."""
-__version__ = "$Revision: 500 $"
+__version__ = "$Revision: 505 $"
import mm_utils, mm_err, mm_message, mm_cfg
import time, os, string, re
@@ -210,7 +210,7 @@ class Digester:
len(self.digest_members) - len(recipients))
if mime_recipients or text_recipients:
- d = Digest(self, topics_text, digest_text)
+ d = Digest(self, topics_text, digest_file.read())
else:
d = None