aiosmtpd
aiosmtpd copied to clipboard
LMTP multi-rcpt data response
LMTP returns a separate data response per successful RCPT command https://datatracker.ietf.org/doc/html/rfc2033#section-4.2 so handle_DATA should return a list of responses?
FWIW smtplib has the same problem https://github.com/python/cpython/issues/76984