foxcpp / maddy

✉️ Composable all-in-one mail server.
https://maddy.email
GNU General Public License v3.0
5k stars 240 forks source link

fix: allow empty From address to match with TakeMsg #561

Closed cfbraun closed 1 year ago

cfbraun commented 1 year ago

With an empty from address TakeMsg is called, but ReleaseMsg is skipped.

foxcpp commented 1 year ago

Thanks!