Update of /var/cvs/applications/email/config
In directory james.mmbase.org:/tmp/cvs-serv16200

Modified Files:
        datatypes.xml 
Log Message:
made the pattern enforce naver (only for javascript)


See also: http://cvs.mmbase.org/viewcvs/applications/email/config


Index: datatypes.xml
===================================================================
RCS file: /var/cvs/applications/email/config/datatypes.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- datatypes.xml       1 Nov 2007 10:22:07 -0000       1.6
+++ datatypes.xml       12 Jun 2008 14:15:35 -0000      1.7
@@ -4,7 +4,7 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
     xsi:schemaLocation="http://www.mmbase.org/xmlns/datatypes 
http://www.mmbase.org/xmlns/datatypes.xsd";>
 
-  <!-- @version $Id: datatypes.xml,v 1.6 2007/11/01 10:22:07 michiel Exp $ -->
+  <!-- @version $Id: datatypes.xml,v 1.7 2008/06/12 14:15:35 michiel Exp $ -->
 
 
   <datatype base="string" id="internetaddress">
@@ -13,7 +13,9 @@
       
http://java.sun.com/products/javamail/javadocs/javax/mail/internet/InternetAddress.html#parse(java.lang.String)
     </description>
     <class name="org.mmbase.datatypes.InternetAddressDataType" />
-    <pattern 
value="(?i)\A[A-Z0-9_\-\+\&amp;\*\#]+([\.-]?[A-Z0-9_\-\+\&amp;\*\#])*@([A-Z0-9_-]{2,}[\.]{1})+([A-Z]{2,})\z">
+    <pattern
+        enforce="never"
+        
value="(?i)\A[A-Z0-9_\-\+\&amp;\*\#]+([\.-]?[A-Z0-9_\-\+\&amp;\*\#])*@([A-Z0-9_-]{2,}[\.]{1})+([A-Z]{2,})\z">
       <description xml:lang="nl">'${VALUE}' is geen geldig email 
adres</description>
       <description xml:lang="en">'${VALUE}' is not a valid 
email-address</description>
       <description xml:lang="fr">'${VALUE}' n'est pas un correct address 
courriel</description>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to