mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-20 19:38:18 +00:00
6321557cd0
This plumbs the smtp response through to the requeue_message event handler. While hooking this up, I noticed tha the registered named of the event was `message_requeued` instead of `requeue_message`. That name was from the original implementation of the event, and it just got overlooked when the rest of the references to its name were updated. closes: https://github.com/KumoCorp/kumomta/issues/236