<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1023528" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1023528</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/help-making-better-email-check#comment-1144744</link>
    <description> &lt;p&gt;thanx mark. i missed that. i got a list of top levels and added those to check against that. i knew about the two letters and to make that easier used \w\w, but apparently \w\w\d? is what i should have there.&lt;/p&gt;
 </description>
     <pubDate>Tue, 20 Jan 2004 22:27:56 +0000</pubDate>
 <dc:creator>m3rajk</dc:creator>
 <guid isPermaLink="false">comment 1144744 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/help-making-better-email-check#comment-1144677</link>
    <description> &lt;p&gt;What about IPs?  I&#039;m pretty sure you can email a user@IP.&lt;/p&gt;
&lt;p&gt;Read section 4.1.3 of &lt;a href=&quot;ftp://ftp.rfc-editor.org/in-notes/rfc2821.txt&quot; class=&quot;bb-url&quot;&gt;RFC 2821&lt;/a&gt;.&lt;/p&gt;
 </description>
     <pubDate>Tue, 20 Jan 2004 07:20:35 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1144677 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/help-making-better-email-check#comment-1144602</link>
    <description> &lt;p&gt;i&#039;ve been using this forever:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;function validate_email(&amp;amp;$email) {&lt;br /&gt;	if(	preg_match(&amp;quot;/(@.*@)|(\.\.)|(@\.)|(\.@)|(^\.)/&amp;quot;,$email) ||&lt;br /&gt;		!preg_match(&amp;quot;/^.+\@(\[?)[a-zA-Z0-9\-\.]+\.([a-zA-Z]{2,3}|[0-9]{1,3})(\]?)$/&amp;quot;,$email)&lt;br /&gt;	) return 0;&lt;br /&gt;	return 1;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Mon, 19 Jan 2004 05:10:03 +0000</pubDate>
 <dc:creator>ROB</dc:creator>
 <guid isPermaLink="false">comment 1144602 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/help-making-better-email-check#comment-1144562</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://forums.devnetwork.net/viewtopic.php?t=16863&quot; class=&quot;bb-url&quot;&gt;http://forums.devnetwork.net/viewtopic.php?t=16863&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 18 Jan 2004 07:16:40 +0000</pubDate>
 <dc:creator>m3rajk</dc:creator>
 <guid isPermaLink="false">comment 1144562 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
