<?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: Make Love, not Spam!</title>
	<atom:link href="http://www.p2pnet.net/story/3150/feed" rel="self" type="application/rss+xml" />
	<link>http://www.p2pnet.net/story/3150</link>
	<description>p2pnet.net - reader powered</description>
	<lastBuildDate>Mon, 09 Nov 2009 08:41:16 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Reader's Write</title>
		<link>http://www.p2pnet.net/story/3150/comment-page-1#comment-7538</link>
		<dc:creator>Reader's Write</dc:creator>
		<pubDate>Wed, 08 Dec 2004 01:47:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-7538</guid>
		<description>Seems these guys ripped the idea off another company called SpamItBack (www.spamitback.com), which does the same thing, except much better &amp; with much more features. (You can choose the spammers you want, etc).</description>
		<content:encoded><![CDATA[<p>Seems these guys ripped the idea off another company called SpamItBack (www.spamitback.com), which does the same thing, except much better &#038; with much more features. (You can choose the spammers you want, etc).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reader's Write</title>
		<link>http://www.p2pnet.net/story/3150/comment-page-1#comment-7448</link>
		<dc:creator>Reader's Write</dc:creator>
		<pubDate>Fri, 03 Dec 2004 05:09:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-7448</guid>
		<description>It&#039;s not so easy, really.  Many people own domains and send through their ISP&#039;s mail servers (see blocked port 25).  The same goes for people working from home.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not so easy, really.  Many people own domains and send through their ISP&#8217;s mail servers (see blocked port 25).  The same goes for people working from home.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reader's Write</title>
		<link>http://www.p2pnet.net/story/3150/comment-page-1#comment-7447</link>
		<dc:creator>Reader's Write</dc:creator>
		<pubDate>Fri, 03 Dec 2004 04:59:23 +0000</pubDate>
		<guid isPermaLink="false">#comment-7447</guid>
		<description>Yeah, I hope the site is back soon.</description>
		<content:encoded><![CDATA[<p>Yeah, I hope the site is back soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reader's Write</title>
		<link>http://www.p2pnet.net/story/3150/comment-page-1#comment-7398</link>
		<dc:creator>Reader's Write</dc:creator>
		<pubDate>Wed, 01 Dec 2004 12:32:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-7398</guid>
		<description>There seems to be a lot of people out there trying to stop spam. But there 
is a very simple method that has never been used to my knowledge, that would 
be way more effective than any of the current techniques. Here is is:


How to stop email spam:



One unique feature of spam: The sender is almost always spoofed. This 
solution works in that case (If it is not, we can always trace it back to 
its sender, so there are easier ways to deal with that)



1)    Before the email gets sent from  the server , it must record {sender 
email address, hash, recipient email address} for each email to be sent.

a.     hash -&gt; Just a hash of the email to (relatively) uniquely identify 
the contents of the email

2)    The server sends the email

3)    When receiving server gets the email, it must:

a.     Generate a hash for the received email

b.      Send a CONFIRMATION back with the {sender email, hash, recipient 
email} information.

                                                     i.     If the server 
recognizes the set, it will return a message saying that it was a valid 
email, and email is delivered to recipient. -OR-

                                                    ii.     If server does 
not recognize the set, it sends a message back saying that the email was 
spoofed, and the email is deleted and never delivered to destination



The beauty of all this is that you don&#039;t need to worry about valid messages 
being accidentally deleted. Even in the case where a server crashes and 
loses it&#039;s {sender email, hash, recipient email} list, you can actually 
still ensure no messages are lost.



Now, this algorithm would need to be incorporated into a protocol.





It&#039;s all pretty simple. The problem with this solution is that ALL email 
servers must implement this in order for this to work, so it must be made 
part of a new protocol, such as the next version of POP or SMTP, for 
example. So it would take a few years before it could destroy spam. But what 
a wonderful day that would be, for all of us.





If you have any questions or need more information, feel free to write back



Sincerely,

Ian Mills

ianmills2 @ kittymail.com</description>
		<content:encoded><![CDATA[<p>There seems to be a lot of people out there trying to stop spam. But there<br />
is a very simple method that has never been used to my knowledge, that would<br />
be way more effective than any of the current techniques. Here is is:</p>
<p>How to stop email spam:</p>
<p>One unique feature of spam: The sender is almost always spoofed. This<br />
solution works in that case (If it is not, we can always trace it back to<br />
its sender, so there are easier ways to deal with that)</p>
<p>1)    Before the email gets sent from  the server , it must record {sender<br />
email address, hash, recipient email address} for each email to be sent.</p>
<p>a.     hash -&gt; Just a hash of the email to (relatively) uniquely identify<br />
the contents of the email</p>
<p>2)    The server sends the email</p>
<p>3)    When receiving server gets the email, it must:</p>
<p>a.     Generate a hash for the received email</p>
<p>b.      Send a CONFIRMATION back with the {sender email, hash, recipient<br />
email} information.</p>
<p>                                                     i.     If the server<br />
recognizes the set, it will return a message saying that it was a valid<br />
email, and email is delivered to recipient. -OR-</p>
<p>                                                    ii.     If server does<br />
not recognize the set, it sends a message back saying that the email was<br />
spoofed, and the email is deleted and never delivered to destination</p>
<p>The beauty of all this is that you don&#8217;t need to worry about valid messages<br />
being accidentally deleted. Even in the case where a server crashes and<br />
loses it&#8217;s {sender email, hash, recipient email} list, you can actually<br />
still ensure no messages are lost.</p>
<p>Now, this algorithm would need to be incorporated into a protocol.</p>
<p>It&#8217;s all pretty simple. The problem with this solution is that ALL email<br />
servers must implement this in order for this to work, so it must be made<br />
part of a new protocol, such as the next version of POP or SMTP, for<br />
example. So it would take a few years before it could destroy spam. But what<br />
a wonderful day that would be, for all of us.</p>
<p>If you have any questions or need more information, feel free to write back</p>
<p>Sincerely,</p>
<p>Ian Mills</p>
<p>ianmills2 @ kittymail.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reader's Write</title>
		<link>http://www.p2pnet.net/story/3150/comment-page-1#comment-7396</link>
		<dc:creator>Reader's Write</dc:creator>
		<pubDate>Wed, 01 Dec 2004 08:23:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-7396</guid>
		<description>http://www.zdnet.nl/downloads.cfm?id=40905</description>
		<content:encoded><![CDATA[<p><a href="http://www.zdnet.nl/downloads.cfm?id=40905" rel="nofollow">http://www.zdnet.nl/downloads.cfm?id=40905</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reader's Write</title>
		<link>http://www.p2pnet.net/story/3150/comment-page-1#comment-7390</link>
		<dc:creator>Reader's Write</dc:creator>
		<pubDate>Wed, 01 Dec 2004 05:20:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-7390</guid>
		<description>I canT download the screensaver. I&#039;m in Canada</description>
		<content:encoded><![CDATA[<p>I canT download the screensaver. I&#8217;m in Canada</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reader's Write</title>
		<link>http://www.p2pnet.net/story/3150/comment-page-1#comment-7383</link>
		<dc:creator>Reader's Write</dc:creator>
		<pubDate>Tue, 30 Nov 2004 23:46:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-7383</guid>
		<description>The download is diabolical , took me forever and had to install the cursed flash player to get it(removed it after) for those who cannot be bothered to trawl through the tons of crap just to get it  you can bag a copy on the ed2k link below, works a treat :)

ed2k://&#124;file&#124;MLNS_screensaver_en.exe&#124;1834847&#124;D30F1CCA6775804A2CC0292737FB0BD5&#124;h=3YLQDQ6X5KLJGBZ3NL52FREPCOPSWFSO&#124;/



</description>
		<content:encoded><![CDATA[<p>The download is diabolical , took me forever and had to install the cursed flash player to get it(removed it after) for those who cannot be bothered to trawl through the tons of crap just to get it  you can bag a copy on the ed2k link below, works a treat <img src='http://www.p2pnet.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>ed2k://|file|MLNS_screensaver_en.exe|1834847|D30F1CCA6775804A2CC0292737FB0BD5|h=3YLQDQ6X5KLJGBZ3NL52FREPCOPSWFSO|/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reader's Write</title>
		<link>http://www.p2pnet.net/story/3150/comment-page-1#comment-7378</link>
		<dc:creator>Reader's Write</dc:creator>
		<pubDate>Tue, 30 Nov 2004 07:33:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-7378</guid>
		<description>It looks like they&#039;re worldwide, now.</description>
		<content:encoded><![CDATA[<p>It looks like they&#8217;re worldwide, now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reader's Write</title>
		<link>http://www.p2pnet.net/story/3150/comment-page-1#comment-7371</link>
		<dc:creator>Reader's Write</dc:creator>
		<pubDate>Tue, 30 Nov 2004 03:52:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-7371</guid>
		<description>This could be the start of something BIG - and not just for SPAM ; p</description>
		<content:encoded><![CDATA[<p>This could be the start of something BIG &#8211; and not just for SPAM ; p</p>
]]></content:encoded>
	</item>
</channel>
</rss>
