<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org=/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">
<div>This is what Microsoft suggests for EAI Validation.<br /><br />https://blogs.msdn.microsoft.com/shawnste/2014/04/01/eai-email-address-internationalization-address-validation/</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div id="mySignature">
<div>
<div style="font-weight: normal; font-size: medium;">
<div><span style="color: #333399; font-family: Tahoma; font-size: 11px;" data-mce-mark="1"><strong>Dr. Ajay&nbsp;<span style="color: #333399; font-family: Tahoma; font-size: 11px;" data-mce-mark="1">DATA</span></strong> <strong><span style="color: #333399; font-family: Tahoma; font-size: 11px;" data-mce-mark="1">&nbsp;</span>| Founder &amp; CEO&nbsp;</strong></span></div>
</div>
<div style="font-weight: normal; font-size: medium;"><span style="font-size: x-small;">Get email id like <strong style="font-size: 10px;">अजय@डाटा.भारत</strong>&nbsp;in your own language,<br />visit&nbsp;<a style="font-size: 10px;" href="http://www.xgenplus.com/" target="_blank">www.xgenplus.com</a>&nbsp;</span></div>
</div>
<div id="__hggasdgjhsagd_once" style="display: none;">&nbsp;</div>
</div>
<hr /><strong>From:</strong> Don Hollander &lt;don.hollander@icann.org&gt;&nbsp;&nbsp;<span style="font-family: verdana; font-size: xx-small;">MailId : [73397993]</span><br /><strong>To:</strong> Mark Svancarek &lt;marksv@microsoft.com&gt;<br /><strong>Cc:</strong> Universal Acceptance &lt;ua-discuss@icann.org&gt;<br /><strong>Subject: </strong>Re: [UA-discuss] Regular Expression<br /><strong>Date:</strong> 13 Sep 2017 10:37:07 PM <br /><br /> Mark.<br /><br />What would such a RegEx look like?<br /><br />D<br /><br />&gt;&nbsp; On 14/09/2017, at 4:26 AM, Mark Svancarek via UA-discuss &lt;ua-discuss@icann.org&gt; wrote:<br />&gt;&nbsp; <br />&gt;&nbsp; Depending on your mail client, you may have experienced a linkification error in my response. Weird. <br />&gt;&nbsp; <br />&gt;&nbsp; -----Original Message-----<br />&gt;&nbsp; From: Mark Svancarek <br />&gt;&nbsp; Sent: Wednesday, September 13, 2017 9:21 AM<br />&gt;&nbsp; To: `Vittorio Bertola` &lt;vittorio.bertola@open-xchange.com&gt;; Chaals McCathie Nevile &lt;chaals@yandex.ru&gt;; ua-discuss@icann.org<br />&gt;&nbsp; Subject: RE: [UA-discuss] Regular Expression<br />&gt;&nbsp; <br />&gt;&nbsp; I believe that validation should be as light as possible. "Contains `@` " is about the extent of it unless you are willing to look at bidi and IFS. Just capture the string and send a test message.<br />&gt;&nbsp; <br />&gt;&nbsp; -----Original Message-----<br />&gt;&nbsp; From: ua-discuss-bounces@icann.org [mailto:ua-discuss-bounces@icann.org] On Behalf Of Vittorio Bertola<br />&gt;&nbsp; Sent: Wednesday, September 13, 2017 1:34 AM<br />&gt;&nbsp; To: Chaals McCathie Nevile &lt;chaals@yandex.ru&gt;; ua-discuss@icann.org<br />&gt;&nbsp; Subject: Re: [UA-discuss] Regular Expression<br />&gt;&nbsp; <br />&gt;&gt; Il 13 settembre 2017 alle 0.01 Chaals McCathie Nevile &lt;chaals@yandex.ru&gt; ha scritto:<br />&gt;&gt; <br />&gt;&gt; <br />&gt;&gt; On Tue, 12 Sep 2017 22:43:09 +0200, Don Hollander <br />&gt;&gt; &lt;don.hollander@icann.org&gt; wrote:<br />&gt;&gt; <br />&gt;&gt; I think there is value in validation - first, to determine whether an <br />&gt;&gt; email address is real - if it isn`t, you are probably better off <br />&gt;&gt; getting a warning than trying to send it.<br />&gt;&nbsp; <br />&gt;&nbsp; But this is nothing you can do just with a regexp. The regexp could allow you to intercept blatant mistakes - e.g., there are national keyboards where typing "@" requires pressing Alt or some uncommon combination of keys, so it`s easy to mistype it and you can easily warn the user that their entered string does not have a "@" - but anything beyond that is unnecessary, because, if a user mistypes an email address in any other way, it`s very likely that he will still end up entering a valid email address that no regexp will be able to tell as non-existing, or that could even exist but belong to someone else.<br />&gt;&nbsp; <br />&gt;&nbsp; On the other hand, if you try to implement a complex regexp, and especially if you try to figure it out on your own, it`s almost certain that you will mark as invalid several valid email addresses that are corner cases but should be accepted, as well as many future developments of the standards which are invalid now but will be valid in the future.<br />&gt;&nbsp; <br />&gt;&gt; Second, I find it very helpful, including as a protection against <br />&gt;&gt; phishing emails, to be told if an email is not recognised as a contact <br />&gt;&gt; to whom I have *sent* an email, which is a stricter validation check.<br />&gt;&gt; Applications that do that for me - especially for scripts I don`t read <br />&gt;&gt; fluently like Chinese - are common, and I would be upset if they were to stop validating.<br />&gt;&nbsp; <br />&gt;&nbsp; But this, again, is a validation that cannot be done via a regexp (can you write a regexp representing your entire contact book?) and that, on the other hand, poses an additional stricter condition than just "the email address is valid". We are just discussing how to check that the email address is syntactically valid, any other checks could still be implemented however appropriate.<br />&gt;&nbsp; <br />&gt;&nbsp; The point here is that you should not try to determine whether an email address is valid by checking its syntax, other than checking that it has a "@" and possibly a "." on the right of it (but even this latter condition is already too strict, as the ideographic full stop "。" should be accepted in place of the ASCII dot, if you check strings in IDN form). Anything beyond that is going to exclude some valid addresses while not increasing in any significant way your chances of intercepting user input error at this stage - and you will still intercept any user error a few seconds later, when you send the validation/confirmation message.<br />&gt;&nbsp; <br />&gt;&nbsp; Regards,<br />&gt;&nbsp; -- <br />&gt;&nbsp; <br />&gt;&nbsp; Vittorio Bertola | Research &amp; Innovation Engineer vittorio.bertola@open-xchange.com Open-Xchange Srl - Office @ Via Treviso 12, 10144 Torino, Italy<br /><br />Don Hollander<br />Universal Acceptance Steering Group<br />Skype: don_hollander<br /><br /><br /><br /><br /><span style="color: #ffffff; font-family: arial; font-size: xx-small;">Do not Remove:<br />[HID]20170913223703930[-HID]</span><img src='https://data.in/XGenPlusMessageID:15053239640295291a-#RCPT#.jpg' width=1px  height=1px>
<img src="http://dlr.tbms.in:8077/XET9956:201709.jpg" width="1px"  height="1px"></body></html>