fix: ignore all RCPT TO: parameters

Stalwart sends `NOTIFY=DELAY,FAILURE`
to request Delivery Status Notifications.
aiosmtpd does not support any parameters,
not just ORCPT, so we have to ignore all of them.
This commit is contained in:
link2xt
2025-10-04 02:47:07 +00:00
committed by l
parent 6e28cf9ca1
commit d091b865c7
2 changed files with 10 additions and 5 deletions

View File

@@ -2,6 +2,9 @@
## untagged
- Ignore all RCPT TO: parameters
([#651](https://github.com/chatmail/relay/pull/651))
- Use max username length in newemail.py, not min
([#648](https://github.com/chatmail/relay/pull/648))