mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
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:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user