[spambayes-bugs] [ spambayes-Patches-1744017 ] wrong statement in sb_server.py

SourceForge.net noreply at sourceforge.net
Wed Jun 27 12:38:22 CEST 2007


Patches item #1744017, was opened at 2007-06-27 02:31
Message generated for change (Comment added) made by montanaro
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1744017&group_id=61702

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Pending
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Uwe Hoffmann (qual)
>Assigned to: Tony Meyer (anadelonbrin)
Summary: wrong statement in sb_server.py

Initial Comment:
reference to http://mail.python.org/pipermail/spambayes-dev/2007-March/003870.html

"spambayes binary 1.1a3 fails to install,Error 500 +
database hangs"

I think this can be attributed (even in 1.1a4) to the line

spambayes.message.Message.message_info_db = None   (sb_server.py 801 in
1.1a4)

If i change it to
  spambayes.message.Message().message_info_db = None
everything is fine for me.

It's also not clear to me, why State().close() is not called for all
spambayes instances, but only for me and the error reports you mention.

----------------------------------------------------------------------

>Comment By: Skip Montanaro (montanaro)
Date: 2007-06-27 05:38

Message:
Logged In: YES 
user_id=44345
Originator: NO

I believe you're correct.  I had already found and fixed this in
the new core_server.py application.  I checked in the change you
suggested (sb_server.py 1.52).  I marked this ticket pending and
assigned to Tony as he indicated that he hoped to cut an Outlook
installer release in the next couple days.

I'm not sure what your last statement about State().close()
refers to.  Can you elaborate?

Thanks,

Skip Montanaro


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1744017&group_id=61702


More information about the Spambayes-bugs mailing list