[Spambayes-checkins] spambayes/spambayes Options.py,1.81,1.82

Tony Meyer anadelonbrin at users.sourceforge.net
Sun Oct 5 21:45:18 EDT 2003


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

Modified Files:
	Options.py 
Log Message:
Update imap ssl option docstring.  Thanks to Paul Wagland for pointing
out the problem & fix.

Index: Options.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/Options.py,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** Options.py	21 Sep 2003 07:01:07 -0000	1.81
--- Options.py	6 Oct 2003 01:45:16 -0000	1.82
***************
*** 879,883 ****
  
      ("use_ssl", "Connect via a secure socket layer", False,
!      """NOT YET IMPLEMENTED""",
       BOOLEAN, DO_NOT_RESTORE),
  
--- 879,887 ----
  
      ("use_ssl", "Connect via a secure socket layer", False,
!      """Use SSL to connect to the server. This allows spambayes to connect
!      without sending the password in plain text.
! 
!      Note that this does not check the server certificate at this point in
!      time.""",
       BOOLEAN, DO_NOT_RESTORE),
  





More information about the Spambayes-checkins mailing list