230
230
# collisions in the message storage.
231
231
>>> del msg['message-id']
232
232
>>> msgdata = dict(sender='aperson@example.com',
235
234
>>> id_2 = moderator.hold_message(mlist, msg, msgdata, 'Feeling ornery')
236
235
>>> requests.get_request(id_2) is not None