[spambayes-bugs] [ spambayes-Bugs-784296 ] imapfilter broken with Python 2.3

SourceForge.net noreply at sourceforge.net
Wed Aug 6 11:27:54 EDT 2003


Bugs item #784296, was opened at 2003-08-06 19:27
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=784296&group_id=61702

Category: None
Group: v1.0 (example)
Status: Open
Resolution: None
Priority: 5
Submitted By: Sebastian Kaliszewski (sebaska)
Assigned to: Nobody/Anonymous (nobody)
Summary: imapfilter broken with Python 2.3

Initial Comment:
imapfilter.py does not work properly with newly 
released Python 2.3
The problem is in fact bug/stupidity in 2.3's imaplib, 
but since it's released and workaround is simple, it 
would be nicwe if workaround were in fact implemented 
in spambayes.

The solution is to change line 231 of imapfilter.py 
from:
            response = self.select(folder, False)
into:
            response = self.select(folder, None)


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

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



More information about the Spambayes-bugs mailing list