[Spambayes-checkins] spambayes/contrib sb_culler.py,1.1,1.2

Tony Meyer anadelonbrin at users.sourceforge.net
Wed Oct 27 04:25:10 CEST 2004


Update of /cvsroot/spambayes/spambayes/contrib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13930/contrib

Modified Files:
	sb_culler.py 
Log Message:
Update to match current open_storage() usage.

Index: sb_culler.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/contrib/sb_culler.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** sb_culler.py	11 Jun 2004 03:16:21 -0000	1.1
--- sb_culler.py	27 Oct 2004 02:25:07 -0000	1.2
***************
*** 346,350 ****
      # Use SpamBayes to identify spam.  Make a local copy then
      # delete from the server.
!     h = hammie.open("cull.spambayes", False, "r")
      filters.add(IsSpam(h, 0.90), AppendFile("spam.mbox"))
  
--- 346,350 ----
      # Use SpamBayes to identify spam.  Make a local copy then
      # delete from the server.
!     h = hammie.open("cull.spambayes", "dbm", "r")
      filters.add(IsSpam(h, 0.90), AppendFile("spam.mbox"))
  



More information about the Spambayes-checkins mailing list