logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

CVS: Products/CMFDefault - RegistrationTool.py:1.32: msg#00005

Subject: CVS: Products/CMFDefault - RegistrationTool.py:1.32
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"
            )


<Prev in Thread] Current Thread [Next in Thread>