[Spambayes-checkins] spambayes/spambayes Options.py,1.109,1.110

Kenny Pitt kpitt at users.sourceforge.net
Wed Jul 21 20:58:54 CEST 2004


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

Modified Files:
	Options.py 
Log Message:
There are 3 different "allow_remote_connections" options for the Web UI, the
POP3 proxy, and the SMTP proxy.  Unfortunately, they all had the same display
name so they looked the same on the Advanced Configuration page except for
subtle differences in the help text.

Changed display names to show "UI connections", "POP3 connections", and
"SMTP connections" so that they have unique labels.


Index: Options.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/Options.py,v
retrieving revision 1.109
retrieving revision 1.110
diff -C2 -d -r1.109 -r1.110
*** Options.py	16 Jul 2004 02:00:35 -0000	1.109
--- Options.py	21 Jul 2004 18:58:51 -0000	1.110
***************
*** 798,802 ****
       SERVER, DO_NOT_RESTORE),
  
!     ("allow_remote_connections", "Allowed remote connections", "localhost",
       """Enter a list of trusted IPs, separated by commas. Remote POP
       connections from any of them will be allowed. You can trust any
--- 798,802 ----
       SERVER, DO_NOT_RESTORE),
  
!     ("allow_remote_connections", "Allowed remote POP3 connections", "localhost",
       """Enter a list of trusted IPs, separated by commas. Remote POP
       connections from any of them will be allowed. You can trust any
***************
*** 836,840 ****
       SERVER, DO_NOT_RESTORE),
  
!     ("allow_remote_connections", "Allowed remote connections", "localhost",
       """Enter a list of trusted IPs, separated by commas. Remote SMTP
       connections from any of them will be allowed. You can trust any
--- 836,840 ----
       SERVER, DO_NOT_RESTORE),
  
!     ("allow_remote_connections", "Allowed remote SMTP connections", "localhost",
       """Enter a list of trusted IPs, separated by commas. Remote SMTP
       connections from any of them will be allowed. You can trust any
***************
*** 893,897 ****
       BOOLEAN, RESTORE),
  
!     ("allow_remote_connections", "Allowed remote connections", "localhost",
       """Enter a list of trusted IPs, separated by commas. Remote
       connections from any of them will be allowed. You can trust any
--- 893,897 ----
       BOOLEAN, RESTORE),
  
!     ("allow_remote_connections", "Allowed remote UI connections", "localhost",
       """Enter a list of trusted IPs, separated by commas. Remote
       connections from any of them will be allowed. You can trust any



More information about the Spambayes-checkins mailing list