[CMF-checkins] CVS: Products/CMFDefault - RegistrationTool.py:1.32

Tres Seaver tseaver at zope.com
Fri Feb 11 17:09:08 EST 2005


Update of /cvs-repository/Products/CMFDefault
In directory cvs.zope.org:/tmp/cvs-serv11328/CMFDefault

Modified Files:
	RegistrationTool.py 
Log Message:
 - Forward port fix for CMF Collector #322.


=== Products/CMFDefault/RegistrationTool.py 1.31 => 1.32 ===
--- Products/CMFDefault/RegistrationTool.py:1.31	Fri Oct 29 10:06:07 2004
+++ Products/CMFDefault/RegistrationTool.py	Fri Feb 11 17:08:37 2005
@@ -217,7 +217,7 @@
 
 # See URL: http://www.zopelabs.com/cookbook/1033402597
 
-_TESTS = ( ( re.compile("^[0-9a-zA-Z\.\-\_]+\@[0-9a-zA-Z\.\-]+$")
+_TESTS = ( ( re.compile("^[0-9a-zA-Z\.\-\_\+]+\@[0-9a-zA-Z\.\-]+$")
            , True
            , "Failed a"
            )



More information about the CMF-checkins mailing list