[Zope3-dev] DoS problem in zope.sendmail.maildir

2007-06-06 Thread Sascha Ottolski
Hi, I discovered a problem with the maildir implementation, that is triggered when trying to use the QueuedDelivery with many (read: more than current filedescriptor limit of the zope process) mails at once: Exception in thread Thread-1: Traceback (most recent call last): File

[Zope3-dev] mailinglist for launchpad bugtracker?

2007-06-06 Thread Sascha Ottolski
Hi, is there a way to get notified about changes in the launchpad bugracker(s) for zope (similar to what existed for the collector)? Cheers, Sascha -- Lalisio - connecting knowledge worldwide Lalisio GmbH Puschkinstraße 1 99084 Erfurt fon +49 (0)361 541 43 80 fax +49 (0)361 541 43 79

[Zope3-dev] Testing ZODB in Python2.5.

2007-06-06 Thread nikhil n
ZODB shows an error when tested with python2.5.(http://zope3.pastey.net/52960) I think Python 2.5 unified long and normal integer and this caused the error. Is it enough that we add a renormalizer in testrunner.py? ___ Zope3-dev mailing list

Re: [Zope3-dev] Testing ZODB in Python2.5.

2007-06-06 Thread Benji York
nikhil n wrote: ZODB shows an error when tested with python2.5.(http://zope3.pastey.net/52960) I think Python 2.5 unified long and normal integer and this caused the error. Is it enough that we add a renormalizer in testrunner.py? Looks like it to me, but you should ask the real experts at

Re: [Zope3-dev] Testing ZODB in Python2.5.

2007-06-06 Thread Tim Peters
[nikhil n] ZODB shows an error when tested with python2.5.(http://zope3.pastey.net/52960) I think Python 2.5 unified long and normal integer and this caused the error. This is actually due to changes in Python's `struct` module, more accidentally than not related to the ongoing int/long

Re: [Zope3-dev] DoS problem in zope.sendmail.maildir

2007-06-06 Thread Marius Gedminas
Hi, On Wed, Jun 06, 2007 at 06:04:50PM +0200, Sascha Ottolski wrote: I discovered a problem with the maildir implementation, that is triggered when trying to use the QueuedDelivery with many (read: more than current filedescriptor limit of the zope process) mails at once: ... OSError:

Re: [Zope3-dev] DoS problem in zope.sendmail.maildir

2007-06-06 Thread Marius Gedminas
On Thu, Jun 07, 2007 at 12:36:25AM +0300, Marius Gedminas wrote: On Wed, Jun 06, 2007 at 06:04:50PM +0200, Sascha Ottolski wrote: I discovered a problem with the maildir implementation, that is triggered when trying to use the QueuedDelivery with many (read: more than current