diff --git a/Lib/mailbox.py b/Lib/mailbox.py index 3c758ff6e12..108967d19c1 100755 --- a/Lib/mailbox.py +++ b/Lib/mailbox.py @@ -255,7 +255,8 @@ def _test(): if msg is None: break msgs.append(msg) - msg.fp = None + if len(args) <= 1: + msg.fp = None if len(args) > 1: num = string.atoi(args[1]) print 'Message %d body:'%num