Skip to content

Verify recipient validity at RCPT command in LMTP runner (2nd try)

Patrick Cernko requested to merge errror/mailman:master into master

Verify recipient validity at RCPT command in LMTP runner (reviewed merge request c2ddff05, rejected 2 years ago)

  • returning '250 ok' to correctly accept valid recipients
  • reorganized code a bit to better match existing recipient verification code in handle_DATA()
  • fixed unit tests (verified with tox -e py39-nocov on Debian/bullseye)

See !671 (closed) for the original merge request by @foxcpp. Also see !126 (closed).

Fixes #14 (closed)

Edited by Mark Sapiro

Merge request reports