diff options
| -rw-r--r-- | Mailman/Cgi/admindb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Cgi/admindb.py b/Mailman/Cgi/admindb.py index 44a619119..8cbcd37c9 100644 --- a/Mailman/Cgi/admindb.py +++ b/Mailman/Cgi/admindb.py @@ -213,7 +213,7 @@ def PrintPostRequest(mlist, id, info, total, count, form): # TBD: kludge to remove id from requests.db. value==2 means # discard the message. try: - mlist.HandleRequest(id, 2, None) + mlist.HandleRequest(id, 3, None, None, None, None) except Errors.LostHeldMessage: pass return |
