[Spambayes-checkins] spambayes Options.py,1.76,1.77

Neale Pickett npickett@users.sourceforge.net
Mon Nov 25 04:23:34 2002


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

Modified Files:
	Options.py 
Log Message:
* Changed header to X-Spambayes-Classification: spam/ham/unsure
* Not capitalizing the S in "spam" to comply with Hormel's wishes.
  They've been very cool about the use of their trademark, and I
  don't mind keeping bit 6 high :)


Index: Options.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Options.py,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -d -r1.76 -r1.77
*** Options.py	25 Nov 2002 02:29:44 -0000	1.76
--- Options.py	25 Nov 2002 04:23:31 -0000	1.77
***************
*** 307,317 ****
  # The name of the header that hammie adds to an E-mail in filter mode
  # It contains the "classification" of the mail, plus the score.
! hammie_header_name: X-Hammie-Disposition
  
  # The three disposition names are added to the header as the following
  # Three words:
! header_spam_string: Yes
! header_unsure_string: Unsure
! header_ham_string: No
  
  # Accuracy of the score in the header in decimal digits
--- 307,317 ----
  # The name of the header that hammie adds to an E-mail in filter mode
  # It contains the "classification" of the mail, plus the score.
! hammie_header_name: X-Spambayes-Classification
  
  # The three disposition names are added to the header as the following
  # Three words:
! header_spam_string: spam
! header_ham_string: ham
! header_unsure_string: unsure
  
  # Accuracy of the score in the header in decimal digits





More information about the Spambayes-checkins mailing list