<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Prevent Email Entries from trbvm.com @ Forms</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Prevent Email Entries from trbvm.com @ Forms</description>
<language>en</language>
<pubDate>Tue, 19 May 2026 00:24:06 +0000</pubDate>

<item>
<title>yuniar on "Prevent Email Entries from trbvm.com @ Forms"</title>
<link>https://www.machform.com/forums/topic/prevent-entries-from-trbvmcom#post-21856</link>
<pubDate>Mon, 22 Sep 2014 12:03:07 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">21856@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yes, the code looks good.
&#60;/p&#62;</description>
</item>
<item>
<title>ConnecTED on "Prevent Email Entries from trbvm.com @ Forms"</title>
<link>https://www.machform.com/forums/topic/prevent-entries-from-trbvmcom#post-21833</link>
<pubDate>Sat, 20 Sep 2014 14:20:26 +0000</pubDate>
<dc:creator>ConnecTED</dc:creator>
<guid isPermaLink="false">21833@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hello Yuniar, can you please confirm that the following change in code is ok?&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//validation to check URL format
	function mf_validate_website($value) {
		global $mf_lang;

		$error_message = $mf_lang[&#38;#39;val_website&#38;#39;];
		$value[0] = trim($value[0],&#38;#39;/&#38;#39;).&#38;#39;/&#38;#39;;

		if(!empty($value[0])){
			$regex  = &#38;#39;/^https?:\/\/([a-z0-9]([-a-z0-9]*[a-z0-9])?\.)+([A-z0-9]{2,})(\/)(.*)$/i&#38;#39;;
			$result = preg_match($regex, $value[0]);

			if(empty($result)){
				return sprintf($error_message,&#38;#39;%s&#38;#39;,$value[0]);
			}else{
				//block 10 Minute Mail

				if(strpos(strtolower($value[0]), &#38;#39;trbvm&#38;#39;) !== false ){
					return &#38;quot;Sorry. Please use a non-10 Minute Mail address&#38;quot;;
				}else{
					return true;
				}
				return true;
			}
		}else{
			return true;
		}
	}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>yuniar on "Prevent Email Entries from trbvm.com @ Forms"</title>
<link>https://www.machform.com/forums/topic/prevent-entries-from-trbvmcom#post-21828</link>
<pubDate>Sat, 20 Sep 2014 05:39:10 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">21828@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;You might want to check this:&#60;br /&#62;
&#60;a href=&#34;http://www.appnitro.com/forums/topic/blocking-yahoo-accounts-in-email-field?replies=5&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/blocking-yahoo-accounts-in-email-field?replies=5&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ConnecTED on "Prevent Email Entries from trbvm.com @ Forms"</title>
<link>https://www.machform.com/forums/topic/prevent-entries-from-trbvmcom#post-21827</link>
<pubDate>Sat, 20 Sep 2014 05:35:28 +0000</pubDate>
<dc:creator>ConnecTED</dc:creator>
<guid isPermaLink="false">21827@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thank you Willian for the reply, If my request is something that is not possible by using only a rule, what file I have to modify to prevent these enties?
&#60;/p&#62;</description>
</item>
<item>
<title>williamansley on "Prevent Email Entries from trbvm.com @ Forms"</title>
<link>https://www.machform.com/forums/topic/prevent-entries-from-trbvmcom#post-21804</link>
<pubDate>Thu, 18 Sep 2014 00:34:27 +0000</pubDate>
<dc:creator>williamansley</dc:creator>
<guid isPermaLink="false">21804@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;@ConnecTED: Not without customizing the Machform code, to the best of my knowledge. Sorry, but I can't give you any help on how to go about this; perhaps the Appnitro staff or other users will be able to help.
&#60;/p&#62;</description>
</item>
<item>
<title>ConnecTED on "Prevent Email Entries from trbvm.com @ Forms"</title>
<link>https://www.machform.com/forums/topic/prevent-entries-from-trbvmcom#post-21798</link>
<pubDate>Wed, 17 Sep 2014 17:12:50 +0000</pubDate>
<dc:creator>ConnecTED</dc:creator>
<guid isPermaLink="false">21798@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hello, I'm experienced a problem with users that are not using their real email addresses to fill the email field of my forms but they are using a temporary 10 minute email address from that site: &#60;a href=&#34;http://10minutemail.com/10MinuteMail/index.html&#34; rel=&#34;nofollow&#34;&#62;http://10minutemail.com/10MinuteMail/index.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That site is giving random email address that is active for 10 minutes...it's using addresses like: &#60;a href=&#34;mailto:a3157254@trbvm.com&#34;&#62;a3157254@trbvm.com&#60;/a&#62;, &#60;a href=&#34;mailto:a3163727@trbvm.com&#34;&#62;a3163727@trbvm.com&#60;/a&#62; etc...&#60;/p&#62;
&#60;p&#62;Is there any way to setup a rule to the email field I use to my forms to not accept emails from trbvm.com ?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
