From 3ca4af1c8ffbb452fb341bb64a0cd3c28000e05d Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Fri, 9 Nov 2007 12:29:46 -0800 Subject: Fixed Mailman/queue/command.py to decode a quoted-printable or base64 encoded message part. --- Mailman/queue/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mailman/queue') diff --git a/Mailman/queue/command.py b/Mailman/queue/command.py index ca53d0192..dfbfd1255 100644 --- a/Mailman/queue/command.py +++ b/Mailman/queue/command.py @@ -83,7 +83,7 @@ class Results: if part is None: # E.g the outer Content-Type: was text/html return - body = part.get_payload() + body = part.get_payload(decode=True) # text/plain parts better have string payloads assert isinstance(body, basestring) lines = body.splitlines() -- cgit v1.2.3-70-g09d2