Masked emails: Return UnknownRecipient only for disabled or expired masked emails

This commit is contained in:
Maurus Decimus
2026-07-05 09:56:35 +02:00
parent 00ca557340
commit 4b8ea03e7e
2 changed files with 8 additions and 5 deletions

View File

@@ -13,10 +13,13 @@ If you are upgrading from v0.16.x, replace the binary (or run `docker pull`). If
## Fixed
- DANE: Treat DNSSEC `bogus` as a temporary failures to prevent downgrade attacks.
- OIDC: `ECDSA` private key support for `SEC1` format.
- OIDC:
- `ECDSA` private key support for `SEC1` format.
- Allow ports in `redirect_uri` for loopback addresses.
- PostgreSQL: Include error chain in error messages.
- Prometheus: event counters are exported with incorrect metric names.
- Registry: Changing the type of an existing account from `user` to `group` panics.
- Masked emails: Return `UnknownRecipient` only for disabled or expired masked emails.
## [0.16.11] - 2026-06-25