[Spambayes-checkins] spambayes/spambayes Options.py,1.9,1.10

Richie Hindle richiehindle at users.sourceforge.net
Mon Feb 3 00:07:49 EST 2003


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

Modified Files:
	Options.py 
Log Message:
pop3proxy.py now uses a database storage rather than a pickle by default.

Index: Options.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/Options.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Options.py	24 Jan 2003 23:59:22 -0000	1.9
--- Options.py	3 Feb 2003 08:07:46 -0000	1.10
***************
*** 385,389 ****
  pop3proxy_ham_cache: pop3proxy-ham-cache
  pop3proxy_unknown_cache: pop3proxy-unknown-cache
! pop3proxy_persistent_use_database: False
  pop3proxy_persistent_storage_file: hammie.db
  
--- 385,389 ----
  pop3proxy_ham_cache: pop3proxy-ham-cache
  pop3proxy_unknown_cache: pop3proxy-unknown-cache
! pop3proxy_persistent_use_database: True
  pop3proxy_persistent_storage_file: hammie.db
  





More information about the Spambayes-checkins mailing list