Just guesswork:
Index: sb_imapfilter.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/scripts/sb_imapfilter.py,v
retrieving revision 1.50
diff -c -r1.50 sb_imapfilter.py
*** sb_imapfilter.py 23 Dec 2004 18:14:32 -0000 1.50
--- sb_imapfilter.py 3 Jan 2005 08:55:26 -0000
***************
*** 1087,1093 ****
imap = IMAPSession(server, port, imapDebug, doExpunge)
# Load stats manager.
! stats = Stats(options, message_db)
httpServer = UserInterfaceServer(options["html_ui", "port"])
httpServer.register(IMAPUserInterface(classifier, imap, pwd,
--- 1087,1093 ----
imap = IMAPSession(server, port, imapDebug, doExpunge)
# Load stats manager.
! stats = Stats.Stats(options, message_db)
httpServer = UserInterfaceServer(options["html_ui", "port"])
httpServer.register(IMAPUserInterface(classifier, imap, pwd,
_______________________________________________
spambayes-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/spambayes-dev