| Request | MaildropHost -- feature request -- by Michael Davis |
| Posted on | Oct 9, 2009 12:52 pm |
| Subscribe |
| 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. |