[Spambayes-checkins] spambayes/spambayes Options.py,1.20,1.21

Tony Meyer anadelonbrin at users.sourceforge.net
Sun Mar 9 15:55:30 EST 2003


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

Modified Files:
	Options.py 
Log Message:
Added pop3proxy_include_prob, which notes the score/prob in the classification header (off by default).  While I'm here, a couple of typos and a todo in smtpproxy as well.

Index: Options.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/Options.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Options.py	7 Mar 2003 23:23:54 -0000	1.20
--- Options.py	9 Mar 2003 23:55:27 -0000	1.21
***************
*** 390,393 ****
--- 390,394 ----
  pop3proxy_notate_to: False
  pop3proxy_notate_subject: False
+ pop3proxy_include_prob: False
  pop3proxy_cache_messages: True
  # valid options for pop3proxy_add_mailid_to include
***************
*** 510,513 ****
--- 511,515 ----
                    'pop3proxy_notate_to' : boolean_cracker,
                    'pop3proxy_notate_subject' : boolean_cracker,
+                   'pop3proxy_include_prob' : boolean_cracker,
                    'pop3proxy_cache_messages' : boolean_cracker,
                    'pop3proxy_add_mailid_to' : string_cracker,





More information about the Spambayes-checkins mailing list