summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/ToDigest.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Handlers/ToDigest.py')
-rw-r--r--Mailman/Handlers/ToDigest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mailman/Handlers/ToDigest.py b/Mailman/Handlers/ToDigest.py
index 5f1f5e618..ec39d6aa0 100644
--- a/Mailman/Handlers/ToDigest.py
+++ b/Mailman/Handlers/ToDigest.py
@@ -188,8 +188,9 @@ def inject_digest(mlist, digestfile, topicsfile):
def quotemime(text):
+ # TBD: ug.
if not text:
- return text
+ return ''
return string.join(string.split(text, MIME_SEPARATOR), MIME_NONSEPARATOR)