From fb940c1c0362a30d42abb412eece9b3fd1049584 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 4 Dec 2009 22:51:04 -0500 Subject: The delivery agent requires that the message object have a .original_size attribute. Add this for UserNotifications. --- src/mailman/queue/docs/command.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/mailman/queue/docs/command.txt') diff --git a/src/mailman/queue/docs/command.txt b/src/mailman/queue/docs/command.txt index ae5b2612d..7c989ac67 100644 --- a/src/mailman/queue/docs/command.txt +++ b/src/mailman/queue/docs/command.txt @@ -58,10 +58,14 @@ And now the response is in the virgin queue. - Done. - >>> sorted(item.msgdata.items()) - [..., ('listname', u'test@example.com'), ..., - ('recipients', [u'aperson@example.com']), - ...] + >>> dump_msgdata(item.msgdata) + _parsemsg : False + listname : test@example.com + nodecorate : True + original_size : 532 + recipients : [u'aperson@example.com'] + reduced_list_headers: True + version : ... A command in the body -- cgit v1.2.3-70-g09d2