<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: More SPAM controls</title>
	<atom:link href="http://blog.mecworks.com/articles/2004/10/27/more-spam-controls/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mecworks.com/articles/2004/10/27/more-spam-controls/</link>
	<description>Technology, Linux, Photography, Science, Cycling, Outdoor Activities and other interests.</description>
	<lastBuildDate>Thu, 22 Jul 2010 00:35:27 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Marc</title>
		<link>http://blog.mecworks.com/articles/2004/10/27/more-spam-controls/#comment-76</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Mon, 14 Feb 2005 13:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mecworks.com/articles/2004/10/27/more-spam-controls/#comment-76</guid>
		<description>Wow, I don&#039;t believe that any one of thoes rules is true...but nice tie in with poker... 8^)</description>
		<content:encoded><![CDATA[<p>Wow, I don&#8217;t believe that any one of thoes rules is true&#8230;but nice tie in with poker&#8230; 8^)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: duplicacion serigrafiado</title>
		<link>http://blog.mecworks.com/articles/2004/10/27/more-spam-controls/#comment-75</link>
		<dc:creator>duplicacion serigrafiado</dc:creator>
		<pubDate>Mon, 14 Feb 2005 10:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mecworks.com/articles/2004/10/27/more-spam-controls/#comment-75</guid>
		<description>Three rules for the spam game:

1) you can not win.  
2) you can not draw.  
3) you can not leave the play.  

Greetings,

Antonio, from Malaga (Spain)</description>
		<content:encoded><![CDATA[<p>Three rules for the spam game:</p>
<p>1) you can not win.<br />
2) you can not draw.<br />
3) you can not leave the play.  </p>
<p>Greetings,</p>
<p>Antonio, from Malaga (Spain)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marc</title>
		<link>http://blog.mecworks.com/articles/2004/10/27/more-spam-controls/#comment-45</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Wed, 22 Dec 2004 22:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mecworks.com/articles/2004/10/27/more-spam-controls/#comment-45</guid>
		<description>Cool!  Glad it&#039;s working for you.</description>
		<content:encoded><![CDATA[<p>Cool!  Glad it&#8217;s working for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armitage</title>
		<link>http://blog.mecworks.com/articles/2004/10/27/more-spam-controls/#comment-44</link>
		<dc:creator>Armitage</dc:creator>
		<pubDate>Wed, 22 Dec 2004 22:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mecworks.com/articles/2004/10/27/more-spam-controls/#comment-44</guid>
		<description>Seems to be working.  I&#039;ve had some problems with rewrite rules and people adding or not adding the www. before. Thanks for the help, great idea :)</description>
		<content:encoded><![CDATA[<p>Seems to be working.  I&#8217;ve had some problems with rewrite rules and people adding or not adding the www. before. Thanks for the help, great idea :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marc</title>
		<link>http://blog.mecworks.com/articles/2004/10/27/more-spam-controls/#comment-43</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Wed, 22 Dec 2004 21:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mecworks.com/articles/2004/10/27/more-spam-controls/#comment-43</guid>
		<description></description>
		<content:encoded><![CDATA[<p>Sure.  Right now, as it is in in the example, the rewrite rule works for all hosts.  The second rewrite condition &#8220;<code>RewriteCond %{REQUEST<em>URI} “.*wp-comments-post.php$”</em></code>&#8221; is a regular expression for any URL that contains &#8220;wp-comments-post.php&#8221;.  You can narrow the focus to a particular host by specifying that in the regular expression: <code>RewriteCond %{REQUESTURI} “.<em>myhost.someserver.</em>wp-comments-post.php$”</code> would limit the rewrite to only URLs that are from myhost.someserver that contain &#8220;wp-comments-post.php&#8221;.</p>
<p>However, if you have seperate virtual hosts, you can simply use the above directive in the individual host&#8217;s global httpd.conf and it will affect all accesses to that host.  For example, I run several vhosts on <a href="http://virtual0.mecworks.com/" target="_new">virtual0.mecworks.com</a>, one of which is <a href="http://blog.mecworks.com/" target="_new">blog.mecworks.com</a>.  The directive is placed only in the blog httpd.conf file.</p>
<p>Does this help you out?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armitage</title>
		<link>http://blog.mecworks.com/articles/2004/10/27/more-spam-controls/#comment-42</link>
		<dc:creator>Armitage</dc:creator>
		<pubDate>Wed, 22 Dec 2004 19:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mecworks.com/articles/2004/10/27/more-spam-controls/#comment-42</guid>
		<description>Is there a way to make the rule work with any subdomain and none?  For example, so it&#039;d work if the person were accessing the site from http://flatplanet.ws/ or http://www.flatplanet.ws/ or even http://something.flatplanet.ws/ ?</description>
		<content:encoded><![CDATA[<p>Is there a way to make the rule work with any subdomain and none?  For example, so it&#8217;d work if the person were accessing the site from <a href="http://flatplanet.ws/" rel="nofollow">http://flatplanet.ws/</a> or <a href="http://www.flatplanet.ws/" rel="nofollow">http://www.flatplanet.ws/</a> or even <a href="http://something.flatplanet.ws/" rel="nofollow">http://something.flatplanet.ws/</a> ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marc</title>
		<link>http://blog.mecworks.com/articles/2004/10/27/more-spam-controls/#comment-33</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Fri, 12 Nov 2004 20:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mecworks.com/articles/2004/10/27/more-spam-controls/#comment-33</guid>
		<description>It should be noted that the referrer check will work until the bot writers start forging their referer headers to be the site they are connecting to.  However, it&#039;s just one of many tools to help stop spammers.  I have also implemented the &lt;a href=&quot;http://www.gudlyf.com/archives/2004/06/07/wordpress-hack-authimage/&quot; target=&quot;_new&quot;&gt;authimage plugin&lt;/a&gt; which adds a strong level of human verification to the comment submission process.</description>
		<content:encoded><![CDATA[<p>It should be noted that the referrer check will work until the bot writers start forging their referer headers to be the site they are connecting to.  However, it&#8217;s just one of many tools to help stop spammers.  I have also implemented the <a href="http://www.gudlyf.com/archives/2004/06/07/wordpress-hack-authimage/" target="_new">authimage plugin</a> which adds a strong level of human verification to the comment submission process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marc</title>
		<link>http://blog.mecworks.com/articles/2004/10/27/more-spam-controls/#comment-28</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Mon, 01 Nov 2004 16:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mecworks.com/articles/2004/10/27/more-spam-controls/#comment-28</guid>
		<description>No problem.  Please let me know how it works.  I have had no comment SPAM since I set this up but I would like to hear experiences from others too.  It might also work in a .htaccess file I beleive, but I haven&#039;t tried that yet.  The referer could also be easily checked in PHP and become a default security feature of WordPress that could be enabled or disabled (dis/allowing for comments from clients that do not send a referer).  Any form action scripts would have to check that a referer that is at least the server itself and could also check a list of approved referers (possibly any virtual hosts that are on the same server).</description>
		<content:encoded><![CDATA[<p>No problem.  Please let me know how it works.  I have had no comment SPAM since I set this up but I would like to hear experiences from others too.  It might also work in a .htaccess file I beleive, but I haven&#8217;t tried that yet.  The referer could also be easily checked in PHP and become a default security feature of WordPress that could be enabled or disabled (dis/allowing for comments from clients that do not send a referer).  Any form action scripts would have to check that a referer that is at least the server itself and could also check a list of approved referers (possibly any virtual hosts that are on the same server).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr. Dew</title>
		<link>http://blog.mecworks.com/articles/2004/10/27/more-spam-controls/#comment-27</link>
		<dc:creator>Mr. Dew</dc:creator>
		<pubDate>Mon, 01 Nov 2004 15:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mecworks.com/articles/2004/10/27/more-spam-controls/#comment-27</guid>
		<description>i used your method, i think it should work now, thanks for that :)</description>
		<content:encoded><![CDATA[<p>i used your method, i think it should work now, thanks for that :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
