dataflake.org

Home Documentation Software Old Stuff Bug Reporting

Allow a config path to be added programmatically (Resolved)

Request MaildropHost -- feature request -- by Michael Davis
Posted on Oct 9, 2009 12:52 pm
Subscribe

Enter your email address to receive mail on every change to this issue.

Entries (Latest first)


  Resolve by Jens Vagelpohl on Oct 9, 2009 9:21 pm
  Thanks for the patch, I simplified the tests (no need for a new test class, and I switched to using suitable comparison methods instead of bare asserts):

http://svn.dataflake.org/viewvc?view=revision&revision=1815

I did not add the configuration documentation. I feel it's a bit confusing, the way it intermingles SecureMaildropHost (which I do not support) and MaildropHost, and how it suggests specific naming conventions for the zope.conf configurations. Besides, GenericSetup configuration hints are out of scope here.

I have released a new egg as well:

http://pypi.python.org/pypi/Products.MaildropHost/2.3

 

  Initial Request by Michael Davis on Oct 9, 2009 12:52 pm
  Attachment maildrop.patch (3 KB)
  I have a patch that adds a method to allow you to add a config path programmatically, rather than putting it in zope.conf. I've also added some documentation for configuring it from a different product.