RE: [Spambayes] Unable to Access SpamBayes BrowserInterfaceUsingsb_imapfilter.py
Here you go:
SpamBayes IMAP Filter Version 0.5 (November 2004) and engine SpamBayes Engine Version 0.3 (January 2004).
XXX Serving web interface None XXX Initialising base IMAP 993
Ah ha! It appears that it will hang when it manages to connect to a remote server, but that server doesn't give out an initial welcome message (it will wait for it indefinitely). Regular IMAP does this, but IMAP over SSL doesn't. I'll have to figure out exactly how I'll modify the code to avoid this happening to anyone, but I suspect that the fix in your case is to open your configuration file (probably C:\Documents and Settings\{username}\Application Data\Proxy\bayescustomize.ini) and add in these lines: [imap] use_ssl:True (If there's already an [imap] section, you can just add the use_ssl line under that). =Tony.Meyer -- Please always include the list (spambayes@python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this.
Tony Meyer wrote:
I suspect that the fix in your case is to open your configuration file (probably C:\Documents and Settings\{username}\Application Data\Proxy\bayescustomize.ini)
This threw me for a second, because I couldn't find this path. It's actually C:\Documents and Settings\{username}\Application Data\SpamBayes\Proxy\bayescustomize.ini :-)
and add in these lines:
[imap] use_ssl:True
(If there's already an [imap] section, you can just add the use_ssl line under that).
There was an IMAP section, with four entry lines, including "use_ssl:False". I changed it to "True", and FINALLY, SUCCESS! Thank you very much. Now I can get back to actually configuring and testing it, and see if I can make it work! -- Keith
participants (2)
-
Keith Russell -
Tony Meyer