[Spambayes-checkins] spambayes/spambayes Options.py, 1.79.2.1, 1.79.2.2

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


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

Modified Files:
      Tag: release_1_0
	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.79.2.1
retrieving revision 1.79.2.2
diff -C2 -d -r1.79.2.1 -r1.79.2.2
*** Options.py	21 Sep 2003 07:01:32 -0000	1.79.2.1
--- Options.py	6 Oct 2003 01:45:44 -0000	1.79.2.2
***************
*** 839,843 ****
  
      ("use_ssl", "Connect via a secure socket layer", False,
!      """NOT YET IMPLEMENTED""",
       BOOLEAN, DO_NOT_RESTORE),
  
--- 839,847 ----
  
      ("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