<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<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>Comments on: Spamming spammers - with PHP.</title>
	<link>http://www.killersites.com/blog/2006/spamming-spammers/</link>
	<description>Real world talk about web design, programming and the business of web design.</description>
	<pubDate>Thu, 20 Nov 2008 19:57:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: David</title>
		<link>http://www.killersites.com/blog/2006/spamming-spammers/#comment-10502</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 10 Dec 2006 18:07:07 +0000</pubDate>
		<guid>http://www.killersites.com/blog/2006/spamming-spammers/#comment-10502</guid>
		<description>This is much better (explatives deleted):

// Revenge E-Mails for Spammers
if (isset($_GET['offender']))
{
	$to = $_GET['offender'];
	$subject = "You send spam";
	$body = "You spam my website. I *u*k with you a*sh*le.";
	$headers = "From: ".$to."\n";
	// 250 should do it!
	for($i=0; $i </description>
		<content:encoded><![CDATA[<p>This is much better (explatives deleted):</p>
<p>// Revenge E-Mails for Spammers<br />
if (isset($_GET[&#8217;offender&#8217;]))<br />
{<br />
	$to = $_GET[&#8217;offender&#8217;];<br />
	$subject = &#8220;You send spam&#8221;;<br />
	$body = &#8220;You spam my website. I *u*k with you a*sh*le.&#8221;;<br />
	$headers = &#8220;From: &#8220;.$to.&#8221;\n&#8221;;<br />
	// 250 should do it!<br />
	for($i=0; $i</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Mischook</title>
		<link>http://www.killersites.com/blog/2006/spamming-spammers/#comment-4301</link>
		<dc:creator>Stefan Mischook</dc:creator>
		<pubDate>Thu, 28 Sep 2006 19:04:48 +0000</pubDate>
		<guid>http://www.killersites.com/blog/2006/spamming-spammers/#comment-4301</guid>
		<description>@ Thelma,

Just cut and past the script into a php page and change the email address to target - that spammers address.</description>
		<content:encoded><![CDATA[<p>@ Thelma,</p>
<p>Just cut and past the script into a php page and change the email address to target - that spammers address.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thelma</title>
		<link>http://www.killersites.com/blog/2006/spamming-spammers/#comment-4229</link>
		<dc:creator>Thelma</dc:creator>
		<pubDate>Wed, 27 Sep 2006 16:51:07 +0000</pubDate>
		<guid>http://www.killersites.com/blog/2006/spamming-spammers/#comment-4229</guid>
		<description>How is this little script applied?  In the body of a reply email (to the actual sender, of course)?

Inquiring minds want to know.

Can I use it on pesky co-workers, too?</description>
		<content:encoded><![CDATA[<p>How is this little script applied?  In the body of a reply email (to the actual sender, of course)?</p>
<p>Inquiring minds want to know.</p>
<p>Can I use it on pesky co-workers, too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Chapman</title>
		<link>http://www.killersites.com/blog/2006/spamming-spammers/#comment-3720</link>
		<dc:creator>Ryan Chapman</dc:creator>
		<pubDate>Sat, 09 Sep 2006 23:56:43 +0000</pubDate>
		<guid>http://www.killersites.com/blog/2006/spamming-spammers/#comment-3720</guid>
		<description>You're a total riot!  I think that's awesome.  I've just come to accept it and auto delete most of it.  Does anyone respond to spam positively any more?  Is it just a kicks thing?  I really don't understand.</description>
		<content:encoded><![CDATA[<p>You&#8217;re a total riot!  I think that&#8217;s awesome.  I&#8217;ve just come to accept it and auto delete most of it.  Does anyone respond to spam positively any more?  Is it just a kicks thing?  I really don&#8217;t understand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Mischook</title>
		<link>http://www.killersites.com/blog/2006/spamming-spammers/#comment-3671</link>
		<dc:creator>Stefan Mischook</dc:creator>
		<pubDate>Wed, 06 Sep 2006 21:25:31 +0000</pubDate>
		<guid>http://www.killersites.com/blog/2006/spamming-spammers/#comment-3671</guid>
		<description>This is a very, very simple thing indeed. I never thought this to be a comprehensive solution ... just a little jab back.

At the same time, some noobs might pick up some simple PHP.</description>
		<content:encoded><![CDATA[<p>This is a very, very simple thing indeed. I never thought this to be a comprehensive solution &#8230; just a little jab back.</p>
<p>At the same time, some noobs might pick up some simple PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.killersites.com/blog/2006/spamming-spammers/#comment-3665</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 06 Sep 2006 13:21:47 +0000</pubDate>
		<guid>http://www.killersites.com/blog/2006/spamming-spammers/#comment-3665</guid>
		<description>The only problem with this is you might be spamming someones catch-all on their domain. Spammers know how to use code as well and can simply write a similar script with a spoofed domain. As a joke I once sent my father a bunch of email from bill.gates@microsoft.com. I tend to ignore spam unless it is REALLY annoying, then I will try to backtrack to the true addy and spam to death.</description>
		<content:encoded><![CDATA[<p>The only problem with this is you might be spamming someones catch-all on their domain. Spammers know how to use code as well and can simply write a similar script with a spoofed domain. As a joke I once sent my father a bunch of email from <a href="mailto:bill.gates@microsoft.com.">bill.gates@microsoft.com.</a> I tend to ignore spam unless it is REALLY annoying, then I will try to backtrack to the true addy and spam to death.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Mischook</title>
		<link>http://www.killersites.com/blog/2006/spamming-spammers/#comment-3552</link>
		<dc:creator>Stefan Mischook</dc:creator>
		<pubDate>Sat, 02 Sep 2006 18:20:15 +0000</pubDate>
		<guid>http://www.killersites.com/blog/2006/spamming-spammers/#comment-3552</guid>
		<description>I agree with everything you say. I figure I can at least get some of them!

... If I spend more than 2 minutes trying to nail these people, then the point is lost .. if you know what I mean.

That said, the key to dealing with comment spam is to delete them emmediately and to use automated plug-ins like Akismet. When spammers see that there spam gets deleted right away, they are less likely to want to spam.

A great book called 'The Tipping Point' goes into great detail about the psychology behind this.

</description>
		<content:encoded><![CDATA[<p>I agree with everything you say. I figure I can at least get some of them!</p>
<p>&#8230; If I spend more than 2 minutes trying to nail these people, then the point is lost .. if you know what I mean.</p>
<p>That said, the key to dealing with comment spam is to delete them emmediately and to use automated plug-ins like Akismet. When spammers see that there spam gets deleted right away, they are less likely to want to spam.</p>
<p>A great book called &#8216;The Tipping Point&#8217; goes into great detail about the psychology behind this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Clarke</title>
		<link>http://www.killersites.com/blog/2006/spamming-spammers/#comment-3539</link>
		<dc:creator>Edward Clarke</dc:creator>
		<pubDate>Sat, 02 Sep 2006 09:05:56 +0000</pubDate>
		<guid>http://www.killersites.com/blog/2006/spamming-spammers/#comment-3539</guid>
		<description>The only problem with that is the amount of work that goes in to find the true, valid email address of the people or website responsible. I've done similar things before but mostly went for the company the spammer represented and not the spammer.

Also it's too easy to delete or set rules to block a single email address so you'll need to expand on your PHP to spoof the from address and give them back some of their own.

;)</description>
		<content:encoded><![CDATA[<p>The only problem with that is the amount of work that goes in to find the true, valid email address of the people or website responsible. I&#8217;ve done similar things before but mostly went for the company the spammer represented and not the spammer.</p>
<p>Also it&#8217;s too easy to delete or set rules to block a single email address so you&#8217;ll need to expand on your PHP to spoof the from address and give them back some of their own.</p>
<p> <img src='http://www.killersites.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
