<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Steve Bryant - SpamFilter</title>
			<link>http://www.bryantwebconsulting.com/blog/index.cfm</link>
			<description>A Web Programmer&apos;s Exploration</description>
			<language>en-us</language>
			<pubDate>Mon, 08 Jun 2026 20:33:34-0500</pubDate>
			<lastBuildDate>Fri, 09 Apr 2010 10:30:00-0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>steve@bryantwebconsulting.com</managingEditor>
			<webMaster>steve@bryantwebconsulting.com</webMaster>
			
			
			
			
			
			<item>
				<title>Updated SpamFilter Definitions</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2010/4/9/Updated-SpamFilter-Definitions</link>
				<description>
				
				This is just a quick note that I have updated the spam definitions for SpamFilter.cfc. So, if you are using SpamFilter.cfc and have the second argument of init (&quot;getNewDefs&quot;) set to true, simply re-initialize it and you will have the updated definitions.
				 [More]
				</description>
						
				
				<category>SpamFilter</category>				
				
				<category>com.sebtools</category>				
				
				<pubDate>Fri, 09 Apr 2010 10:30:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2010/4/9/Updated-SpamFilter-Definitions</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>SpamFilter 1.1</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2009/2/23/SpamFilter-11</link>
				<description>
				
				Since I &lt;a href=&quot;/blog/index.cfm/2007/8/28/prevent_form_spam_with_spamfiltercfc&quot;&gt;first released SpamFilter&lt;/a&gt;, I have added several new spam definitions to it without needing to touch the actual code. The most recent addition, however, did require me to update the code. Since I did that, I decided to go ahead and make another change to take advantage of new functionality in DataMgr 2.2 (on which SpamFilter 1.1 is dependent).
				 [More]
				</description>
						
				
				<category>SpamFilter</category>				
				
				<category>com.sebtools</category>				
				
				<pubDate>Mon, 23 Feb 2009 09:15:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2009/2/23/SpamFilter-11</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Preventing Form Spam in cf_sebForm</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2008/5/21/Preventing-Form-Spam-in-cfsebForm</link>
				<description>
				
				I use &lt;a href=&quot;/blog/index.cfm/2007/11/16/Introducing-cfsebForm-10-Beta&quot;&gt;cf_sebForm &lt;/a&gt;for all of my contact forms. Form spam is a constant problem for those forms. So, I set up a generic way to do filtering in those forms and wrote both cf_sebForm and &lt;a href=&quot;/blog/index.cfm/2008/5/14/SpamFiltercfc-Goes-Gold&quot;&gt;SpamFilter.cfc&lt;/a&gt; to follow the same guidelines.
				 [More]
				</description>
						
				
				<category>SpamFilter</category>				
				
				<category>com.sebtools</category>				
				
				<category>sebtags</category>				
				
				<pubDate>Wed, 21 May 2008 06:00:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2008/5/21/Preventing-Form-Spam-in-cfsebForm</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Add SpamFilter.cfc to BlogCFC</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2008/5/15/Add-SpamFiltercfc-to-BlogCFC</link>
				<description>
				
				&lt;a href=&quot;http://blogcfc.riaforge.org/&quot;&gt;BlogCFC&lt;/a&gt; does a good job of preventing spam, but I sometimes get comment spam that I think &lt;a href=&quot;/blog/index.cfm/2008/5/14/SpamFiltercfc-Goes-Gold&quot;&gt;SpamFilter.cfc&lt;/a&gt; could prevent. I decided to see how easily I could implement it on BlogCFC.

It turns out that it is pretty easy. I had to add a few lines to Application.cfm and addcomment.cfm. The drawback here is that I will have to repeat this process when I upgrade BlogCFC, but it is pretty painless.
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>SpamFilter</category>				
				
				<category>com.sebtools</category>				
				
				<pubDate>Thu, 15 May 2008 06:30:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2008/5/15/Add-SpamFiltercfc-to-BlogCFC</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>SpamFilter.cfc Goes Gold</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2008/5/14/SpamFiltercfc-Goes-Gold</link>
				<description>
				
				I have been using SpamFilter.cfc to prevent form spam for nine months now with great success (and no user impact). Other than some new spam definitions (including one in this  build), I haven&apos;t made any changes in a while - no bugs or problems to be fixed.
				 [More]
				</description>
						
				
				<category>SpamFilter</category>				
				
				<category>com.sebtools</category>				
				
				<pubDate>Wed, 14 May 2008 07:00:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2008/5/14/SpamFiltercfc-Goes-Gold</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>SpamFilter.cfc Beta 2</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2007/10/3/SpamFiltercfc-Beta-2</link>
				<description>
				
				&lt;p&gt;I just made an update to SpamFilter.cfc and I am releasing it as 1.0 Beta 2. This is a result of some spam that I have gotten on the contact form of my web site despite having SpamFilter.cfc working against that contact form. I really have to thank those spammers for helping me improve the product.&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>SpamFilter</category>				
				
				<category>com.sebtools</category>				
				
				<pubDate>Wed, 03 Oct 2007 07:19:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2007/10/3/SpamFiltercfc-Beta-2</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Prevent Form Spam with SpamFilter.cfc</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2007/8/28/prevent_form_spam_with_spamfiltercfc</link>
				<description>
				
				&lt;p&gt;I was told last week that a client&apos;s contact form has been getting a lot of spam - on the order of 30 a day. We had a simple spam prevention measure in place, but that clearly wasn&apos;t doing the job. It was time for something a little more sophisticated.&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>SpamFilter</category>				
				
				<category>com.sebtools</category>				
				
				<pubDate>Tue, 28 Aug 2007 14:27:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2007/8/28/prevent_form_spam_with_spamfiltercfc</guid>
				
			</item>
			
		 	
			</channel></rss>