Not much help for this, unless you want to run from CVS, but as a note: sb_imapfilter.py has been greatly improved for 1.1, and many of these sorts of problems should be gone.
> I am new to this program - running SpamBayes IMAP Filter Version 0.2 > (February 2004) and engine SpamBayes Engine Version 0.3 > (January 2004 under OSX - 10.3.7. > > After imapfilter.py has been running for some time - and the > amount of time varies - I get the following error: > > Traceback (most recent call last): [...] > File "./sb_imapfilter.py", line 162, in _extract_fetch_data > mo = FETCH_RESPONSE_RE.match(response) > TypeError: expected string or buffer This presumably means that something about the response was unexpected (maybe the message couldn't be found). If you could run with -i4 (e.g. "sb_imapfilter.py -c -t -i4") and save the output (the IMAP converstaion) to a file, that would be great. (Run until the error). Then EDIT THE FILE TO REMOVE YOUR USERNAME AND PASSWORD (this should just be at the top), and send the list/me a copy of it. From that I should be able to figure out where it's going wrong. Thanks for the help! =Tony.Meyer -- Please always include the list ([email protected]) 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. _______________________________________________ [email protected] http://mail.python.org/mailman/listinfo/spambayes Check the FAQ before asking: http://spambayes.sf.net/faq.html
