[Spambayes-checkins] spambayes pop3proxy.py,1.38,1.39

Richie Hindle richiehindle at users.sourceforge.net
Wed Jan 22 10:33:40 EST 2003


Update of /cvsroot/spambayes/spambayes
In directory sc8-pr-cvs1:/tmp/cvs-serv622

Modified Files:
	pop3proxy.py 
Log Message:
Made the self-test work again after applying Tony's server-address patch.


Index: pop3proxy.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/pop3proxy.py,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** pop3proxy.py	21 Jan 2003 18:25:15 -0000	1.38
--- pop3proxy.py	22 Jan 2003 18:33:35 -0000	1.39
***************
*** 1372,1376 ****
          proxyUI = UserInterface()
          httpServer.register(proxyUI, OptionsConfigurator(proxyUI))
!         BayesProxyListener('localhost', 8110, 8111)
          state.bayes.learn(tokenizer.tokenize(spam1), True)
          state.bayes.learn(tokenizer.tokenize(good1), False)
--- 1372,1376 ----
          proxyUI = UserInterface()
          httpServer.register(proxyUI, OptionsConfigurator(proxyUI))
!         BayesProxyListener('localhost', 8110, ('', 8111))
          state.bayes.learn(tokenizer.tokenize(spam1), True)
          state.bayes.learn(tokenizer.tokenize(good1), False)





More information about the Spambayes-checkins mailing list