diff options
| author | Barry Warsaw | 2009-12-04 22:51:04 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-12-04 22:51:04 -0500 |
| commit | fb940c1c0362a30d42abb412eece9b3fd1049584 (patch) | |
| tree | 234baab6e5e08002c29d057188e3a655b94f8883 /src/mailman/queue/docs/command.txt | |
| parent | 3915339314239e281a204c7adea3e3977bb6c679 (diff) | |
| download | mailman-fb940c1c0362a30d42abb412eece9b3fd1049584.tar.gz mailman-fb940c1c0362a30d42abb412eece9b3fd1049584.tar.zst mailman-fb940c1c0362a30d42abb412eece9b3fd1049584.zip | |
The delivery agent requires that the message object have a .original_size
attribute. Add this for UserNotifications.
Diffstat (limited to 'src/mailman/queue/docs/command.txt')
| -rw-r--r-- | src/mailman/queue/docs/command.txt | 12 |
1 files changed, 8 insertions, 4 deletions
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. <BLANKLINE> - Done. <BLANKLINE> - >>> 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 |
