[Spambayes-checkins] spambayes/spambayes Options.py,1.31,1.32

Tim Stone timstone4 at users.sourceforge.net
Sat Apr 19 01:51:12 EDT 2003


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

Modified Files:
	Options.py 
Log Message:
Slight correction on smtpproxy servers validation regex

Index: Options.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/Options.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** Options.py	19 Apr 2003 05:19:50 -0000	1.31
--- Options.py	19 Apr 2003 07:51:09 -0000	1.32
***************
*** 766,770 ****
  address, you should now put the address of the machine running
  Spambayes.""",
! r"[\w\.\-]+(: [\d]+)?", True, False),
  
  ("ports", "Ports", "",
--- 766,770 ----
  address, you should now put the address of the machine running
  Spambayes.""",
! r"[\w\.\-]+(:[\d]+)?", True, False),
  
  ("ports", "Ports", "",





More information about the Spambayes-checkins mailing list