foxcpp / maddy

✉️ Composable all-in-one mail server.
https://maddy.email
GNU General Public License v3.0
5.13k stars 249 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!