[Spambayes-checkins] spambayes/spambayes UserInterface.py, 1.22, 1.23

Tony Meyer anadelonbrin at users.sourceforge.net
Mon Sep 1 04:33:51 EDT 2003


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

Modified Files:
	UserInterface.py 
Log Message:
Fix an (unreported) bug where restoring the defaults would not take effect until
restarting the proxy/filter.

Fix [ spambayes-Bugs-796996 ] smtp server not started until restart, which should
also fix Richie's bug about the smtpproxy not stopping when it was meant to, and
I think also Bruce Richardson's too many open connections problem.



Index: UserInterface.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/UserInterface.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** UserInterface.py	1 Sep 2003 09:05:51 -0000	1.22
--- UserInterface.py	1 Sep 2003 10:33:48 -0000	1.23
***************
*** 713,716 ****
--- 713,717 ----
          self.writeOKHeaders('text/html')
          self.write(html)
+         self.reReadOptions()
  
      def verifyInput(self, parms, pmap):





More information about the Spambayes-checkins mailing list