Comment 0 for bug 1031391

Revision history for this message
Robert Niederreiter (rnix) wrote : remove msgdata['received_time'] in mailman.app.moderator before calling IListRequests.hold_request

msgdata['received_time'] in mailman.app.moderator.hold_message contains datetime.datetime object when being called.

this causes hold_request to fail -> it expects only strings as additional data.

so either remove received_time like so:

http://bazaar.launchpad.net/~rnix/mailman/anon-subscribe/revision/7159

before calling hold_request,

convert received_time to string before calling hold_request,

or improve mailman.model.request.ListRequests.hold_request as already commented in source code

cheers,

robert