Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv23311/spambayes

Modified Files:
        Options.py 
Log Message:
slight reformat, doc tweak

Index: Options.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/Options.py,v
retrieving revision 1.131
retrieving revision 1.132
diff -C2 -d -r1.131 -r1.132
*** Options.py  27 Nov 2005 22:05:45 -0000      1.131
--- Options.py  6 Aug 2006 16:14:17 -0000       1.132
***************
*** 134,144 ****
       BOOLEAN, RESTORE),
  
!     ("address_headers", _("Address headers to mine"), ("from", "to", "cc", 
"sender", "reply-to"),
       _("""Mine the following address headers. If you have mixed source
       corpuses (as opposed to a mixed sauce walrus, which is delicious!)
       then you probably don't want to use 'to' or 'cc') Address headers will
       be decoded, and will generate charset tokens as well as the real
!      address.  Others to consider: to, cc, reply-to, errors-to, sender,
!      ..."""),
       HEADER_NAME, RESTORE),
  
--- 134,144 ----
       BOOLEAN, RESTORE),
  
!     ("address_headers", _("Address headers to mine"), ("from", "to", "cc",
!                                                        "sender", "reply-to"),
       _("""Mine the following address headers. If you have mixed source
       corpuses (as opposed to a mixed sauce walrus, which is delicious!)
       then you probably don't want to use 'to' or 'cc') Address headers will
       be decoded, and will generate charset tokens as well as the real
!      address.  Others to consider: errors-to, ..."""),
       HEADER_NAME, RESTORE),
  

_______________________________________________
Spambayes-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/spambayes-checkins

Reply via email to