<?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: mt-proxyplug shut down comments through proxies</title>
	<atom:link href="http://www.kahunaburger.com/2005/01/15/mt-proxyplug-shut-down-comments-through-proxies/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kahunaburger.com/2005/01/15/mt-proxyplug-shut-down-comments-through-proxies/</link>
	<description>home of pia, max, frisco and tobias</description>
	<lastBuildDate>Thu, 11 Mar 2010 19:48:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: stan</title>
		<link>http://www.kahunaburger.com/2005/01/15/mt-proxyplug-shut-down-comments-through-proxies/comment-page-1/#comment-361</link>
		<dc:creator>stan</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kahunaburger.com/2005/01/15/mt-proxyplug-shut-down-comments-through-proxies/#comment-361</guid>
		<description>I was wondering if this Plugin will only work with MT version 3.x or can we instal on older versions too? I followed your brief directions above, but unfortunately got lost since I can not see that screen shot you have posted.</description>
		<content:encoded><![CDATA[<p>I was wondering if this Plugin will only work with MT version 3.x or can we instal on older versions too? I followed your brief directions above, but unfortunately got lost since I can not see that screen shot you have posted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IO ERROR</title>
		<link>http://www.kahunaburger.com/2005/01/15/mt-proxyplug-shut-down-comments-through-proxies/comment-page-1/#comment-362</link>
		<dc:creator>IO ERROR</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kahunaburger.com/2005/01/15/mt-proxyplug-shut-down-comments-through-proxies/#comment-362</guid>
		<description>I recommend putting HTTP_FORWARDED_FOR before UserAgent, so that you can still use standard tools like grep, cut, etc., to break apart and analyze the logs. This might not be important to you, but your web analysis tools might need it.</description>
		<content:encoded><![CDATA[<p>I recommend putting HTTP_FORWARDED_FOR before UserAgent, so that you can still use standard tools like grep, cut, etc., to break apart and analyze the logs. This might not be important to you, but your web analysis tools might need it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IO ERROR</title>
		<link>http://www.kahunaburger.com/2005/01/15/mt-proxyplug-shut-down-comments-through-proxies/comment-page-1/#comment-363</link>
		<dc:creator>IO ERROR</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kahunaburger.com/2005/01/15/mt-proxyplug-shut-down-comments-through-proxies/#comment-363</guid>
		<description>On further consideration I&#039;d replace %l (the second field) with HTTP_FORWARDED_FOR. This field is not used so it makes a much better candidate, and as was pointed out to me, shifting the User-Agent field over might confuse some web analysis tools.</description>
		<content:encoded><![CDATA[<p>On further consideration I&#8217;d replace %l (the second field) with HTTP_FORWARDED_FOR. This field is not used so it makes a much better candidate, and as was pointed out to me, shifting the User-Agent field over might confuse some web analysis tools.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie McCarthy</title>
		<link>http://www.kahunaburger.com/2005/01/15/mt-proxyplug-shut-down-comments-through-proxies/comment-page-1/#comment-364</link>
		<dc:creator>Jamie McCarthy</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kahunaburger.com/2005/01/15/mt-proxyplug-shut-down-comments-through-proxies/#comment-364</guid>
		<description>Do either of the open proxy lists ever catch anything? Since those are specifically for SMTP proxies I would be surprised if very many of those machines are also HTTP proxies, and I&#039;d figure it wasn&#039;t worth the effort to check them.</description>
		<content:encoded><![CDATA[<p>Do either of the open proxy lists ever catch anything? Since those are specifically for SMTP proxies I would be surprised if very many of those machines are also HTTP proxies, and I&#8217;d figure it wasn&#8217;t worth the effort to check them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Mason</title>
		<link>http://www.kahunaburger.com/2005/01/15/mt-proxyplug-shut-down-comments-through-proxies/comment-page-1/#comment-365</link>
		<dc:creator>Justin Mason</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kahunaburger.com/2005/01/15/mt-proxyplug-shut-down-comments-through-proxies/#comment-365</guid>
		<description>Hey -- as one of the SA developers, I like what you&#039;re doing here, very interesting stuff!  I never would have thought SA could make much of an inroad into comment spam, given how different HTTP and SMTP are.

Jamie&#039;s point about the open proxy lists is a good one -- many of those machines are indeed running HTTP proxies that are being misused (using &quot;CONNECT&quot;) as SMTP proxies, so you may find an overlap there.  SA will do that check for you if you&#039;re running without the -L switch on spamd, and if you generate plausible-looking Received header in the &quot;mail&quot; you pass to it.</description>
		<content:encoded><![CDATA[<p>Hey &#8212; as one of the SA developers, I like what you&#8217;re doing here, very interesting stuff!  I never would have thought SA could make much of an inroad into comment spam, given how different HTTP and SMTP are.</p>
<p>Jamie&#8217;s point about the open proxy lists is a good one &#8212; many of those machines are indeed running HTTP proxies that are being misused (using &#8220;CONNECT&#8221;) as SMTP proxies, so you may find an overlap there.  SA will do that check for you if you&#8217;re running without the -L switch on spamd, and if you generate plausible-looking Received header in the &#8220;mail&#8221; you pass to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Collins</title>
		<link>http://www.kahunaburger.com/2005/01/15/mt-proxyplug-shut-down-comments-through-proxies/comment-page-1/#comment-366</link>
		<dc:creator>Chris Collins</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kahunaburger.com/2005/01/15/mt-proxyplug-shut-down-comments-through-proxies/#comment-366</guid>
		<description>I have been getting the following error with this plugin. I wonder what I should be checking to see why. The webhost I use uses Perl 5.8.4.

{
Proxy Plug for Movable Type v0.5 died with: Can&#039;t locate object method &quot;new&quot; via package &quot;LWP::UserAgent&quot; at plugins/mt-proxyplug.pl line 201.
}</description>
		<content:encoded><![CDATA[<p>I have been getting the following error with this plugin. I wonder what I should be checking to see why. The webhost I use uses Perl 5.8.4.</p>
<p>{<br />
Proxy Plug for Movable Type v0.5 died with: Can&#8217;t locate object method &#8220;new&#8221; via package &#8220;LWP::UserAgent&#8221; at plugins/mt-proxyplug.pl line 201.<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: demonsurfer</title>
		<link>http://www.kahunaburger.com/2005/01/15/mt-proxyplug-shut-down-comments-through-proxies/comment-page-1/#comment-367</link>
		<dc:creator>demonsurfer</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kahunaburger.com/2005/01/15/mt-proxyplug-shut-down-comments-through-proxies/#comment-367</guid>
		<description>Is this pretty much the same as MT-DBSL?
&lt;a href=&quot;http://mt-plugins.org/archives/entry/dbsl.php&quot; rel=&quot;nofollow&quot;&gt;http://mt-plugins.org/archives/entry/dbsl.php&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Is this pretty much the same as MT-DBSL?<br />
<a href="http://mt-plugins.org/archives/entry/dbsl.php" rel="nofollow">http://mt-plugins.org/archives/entry/dbsl.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabe Misura</title>
		<link>http://www.kahunaburger.com/2005/01/15/mt-proxyplug-shut-down-comments-through-proxies/comment-page-1/#comment-368</link>
		<dc:creator>Gabe Misura</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kahunaburger.com/2005/01/15/mt-proxyplug-shut-down-comments-through-proxies/#comment-368</guid>
		<description>Does this work with MT 2.611? I put the file in my plugin directory and seems to be doing nothing. I&#039;ve turned on LOG_DEBUG ( =&gt; 1) and still i don&#039;t see anything in the mt_log mysql table.</description>
		<content:encoded><![CDATA[<p>Does this work with MT 2.611? I put the file in my plugin directory and seems to be doing nothing. I&#8217;ve turned on LOG_DEBUG ( => 1) and still i don&#8217;t see anything in the mt_log mysql table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Odell</title>
		<link>http://www.kahunaburger.com/2005/01/15/mt-proxyplug-shut-down-comments-through-proxies/comment-page-1/#comment-369</link>
		<dc:creator>Mark Odell</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kahunaburger.com/2005/01/15/mt-proxyplug-shut-down-comments-through-proxies/#comment-369</guid>
		<description>Since it seems that dsbl.org is not broad enough, and since sbl-xbl.spamhaus.org includes Blitzed OPM, is there any chance of allowing the admin to select different/additional/broader DNSBLs, even (dare I say it? :-) SPEWS?</description>
		<content:encoded><![CDATA[<p>Since it seems that dsbl.org is not broad enough, and since sbl-xbl.spamhaus.org includes Blitzed OPM, is there any chance of allowing the admin to select different/additional/broader DNSBLs, even (dare I say it? <img src='http://www.kahunaburger.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  SPEWS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.kahunaburger.com/2005/01/15/mt-proxyplug-shut-down-comments-through-proxies/comment-page-1/#comment-370</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kahunaburger.com/2005/01/15/mt-proxyplug-shut-down-comments-through-proxies/#comment-370</guid>
		<description>Hello all :-)
</description>
		<content:encoded><![CDATA[<p>Hello all <img src='http://www.kahunaburger.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
