Currently, to redeliver a message that landed in the holding pen, we go to the admin for that message, then to the raw email, and we're presented with a list of guessed requests. The guesses are usually good (in my experience at least), but at this point, the admin has to manually copy/paste or retype the ID or url_name of the matching request, leading to risks of typos, which are usually the reason why the message is in the holding pen in the first place.
I think it'd be nice to have a little "pick this one" button next to each guess. It could be as simple as a line of JS that copies the ID over to the field below to avoid typos. Or directly POSTs the form with the correct ID.
Something like (with a button on each line, not the just the first guess, obviously):

Currently, to redeliver a message that landed in the holding pen, we go to the admin for that message, then to the raw email, and we're presented with a list of guessed requests. The guesses are usually good (in my experience at least), but at this point, the admin has to manually copy/paste or retype the ID or url_name of the matching request, leading to risks of typos, which are usually the reason why the message is in the holding pen in the first place.
I think it'd be nice to have a little "pick this one" button next to each guess. It could be as simple as a line of JS that copies the ID over to the field below to avoid typos. Or directly
POSTs the form with the correct ID.Something like (with a button on each line, not the just the first guess, obviously):