mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 02:28:15 +03:00

before, an error about an invalid address was not used, causing a delivery attempt to an empty address (empty localpart/domain). delivery to that address would fail, but we should've prevented that message from being queued at all. additionally, an error in adding the message to the queue was ignored too.