<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									&quot;Valid email required&quot; returned on obscure but valid email address. - Combu Server/Client				            </title>
            <link>https://www.skaredcreations.com/wp/community/combu/valid-email-required-returned-on-obscure-but-valid-email-address/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 13 May 2026 07:23:57 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: &quot;Valid email required&quot; returned on obscure but valid email address.</title>
                        <link>https://www.skaredcreations.com/wp/community/combu/valid-email-required-returned-on-obscure-but-valid-email-address/#post-1799</link>
                        <pubDate>Mon, 10 Jan 2022 09:11:49 +0000</pubDate>
                        <description><![CDATA[Hi,
there&#039;s a function &quot;IsValidEmail&quot; in /vendor/skaredcreations/combu/combu/Utils.php that uses a regular expression to validate an email address, the last part of the regexp pattern (that...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>there's a function "IsValidEmail" in <em>/vendor/skaredcreations/combu/combu/Utils.php</em> that uses a regular expression to validate an email address, the last part of the regexp pattern (that is "(\.{2,3})") is what you're looking for.</p>
<p>We could eventually replace the regexp pattern with the following:</p>
<pre contenteditable="false">$regex = '/^+(\.+)*@+(\.+)*(\.+)$/i';</pre>]]></content:encoded>
						                            <category domain="https://www.skaredcreations.com/wp/community/combu/">Combu Server/Client</category>                        <dc:creator>Skared Creations</dc:creator>
                        <guid isPermaLink="true">https://www.skaredcreations.com/wp/community/combu/valid-email-required-returned-on-obscure-but-valid-email-address/#post-1799</guid>
                    </item>
				                    <item>
                        <title>&quot;Valid email required&quot; returned on obscure but valid email address.</title>
                        <link>https://www.skaredcreations.com/wp/community/combu/valid-email-required-returned-on-obscure-but-valid-email-address/#post-1798</link>
                        <pubDate>Sat, 08 Jan 2022 18:29:19 +0000</pubDate>
                        <description><![CDATA[Hello. I have a user who is trying to create an account. His email is novel and ends in &quot;@x398.services&quot;. I can reproduce the issue as its returned as not a valid email address.  H...]]></description>
                        <content:encoded><![CDATA[<p>Hello. I have a user who is trying to create an account. His email is novel and ends in "@x398.services". I can reproduce the issue as its returned as not a valid email address.  How is the email validated and can I adjust this to allow such an email address to pass.</p>
<p> </p>
<p>Thanks!</p>]]></content:encoded>
						                            <category domain="https://www.skaredcreations.com/wp/community/combu/">Combu Server/Client</category>                        <dc:creator>AVIAR Labs</dc:creator>
                        <guid isPermaLink="true">https://www.skaredcreations.com/wp/community/combu/valid-email-required-returned-on-obscure-but-valid-email-address/#post-1798</guid>
                    </item>
							        </channel>
        </rss>
		