Use lazr.smtptest instead of our own SMTPServer and test SMTPd.
commit27d5a243fdb2bad9e54019c2d6fc08c68bf66fc4
authorBarry Warsaw <barry@python.org>
Fri, 16 Oct 2009 03:19:53 +0000 (15 23:19 -0400)
committerBarry Warsaw <barry@python.org>
Fri, 16 Oct 2009 03:19:53 +0000 (15 23:19 -0400)
tree9a0d84faaffcde9e75fe41b633107c98cbee4b49
parentd0eff3c214b4940cb30ec1152fcabf0f34f49194
Use lazr.smtptest instead of our own SMTPServer and test SMTPd.

Update the lazr.restful IWebServiceConfiguration implementation to include the
new hop_by_hop_headers attribute, by way of BaseWSGIWebServiceConfiguration.
setup.py
src/mailman/rest/configuration.py
src/mailman/rest/docs/domains.txt
src/mailman/rest/docs/lists.txt
src/mailman/testing/helpers.py
src/mailman/testing/layers.py
src/mailman/testing/smtplistener.py [deleted file]