<?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"
	>
<channel>
	<title>Comments on: Un-hijacking a Domain Name?</title>
	<atom:link href="http://www.redmonk.com/cote/2007/01/25/un-hijacking-a-domain-name/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redmonk.com/cote/2007/01/25/un-hijacking-a-domain-name/</link>
	<description>One foot in the muck, the other in utopia</description>
	<pubDate>Sat, 10 Jan 2009 01:25:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: cote</title>
		<link>http://www.redmonk.com/cote/2007/01/25/un-hijacking-a-domain-name/#comment-4976</link>
		<dc:creator>cote</dc:creator>
		<pubDate>Mon, 29 Jan 2007 16:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmonk.com/cote/2007/01/25/un-hijacking-a-domain-name/#comment-4976</guid>
		<description>Thanks for all the advice and tips! Thinking through it more, I'll probably just setup a rule to delete most "Mail Undeliverable" things that don't have the proper from or reply to address. Given what sounds like the unreliability of the SPF thing, that seems like the best option.</description>
		<content:encoded><![CDATA[<p>Thanks for all the advice and tips! Thinking through it more, I&#8217;ll probably just setup a rule to delete most &#8220;Mail Undeliverable&#8221; things that don&#8217;t have the proper from or reply to address. Given what sounds like the unreliability of the SPF thing, that seems like the best option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.redmonk.com/cote/2007/01/25/un-hijacking-a-domain-name/#comment-4515</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 26 Jan 2007 11:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmonk.com/cote/2007/01/25/un-hijacking-a-domain-name/#comment-4515</guid>
		<description>You can define a rule that looks for bounces and deletes them so that manual work isn't required. I doubt SPF will matter in terms of volume. Most spammers will rotate through addresses so this is only temporary.

Other than that, if you figure out how to get your address included in spam filters, the rotation will happen quicker. Of course this means that any real email you send will also be trapped.</description>
		<content:encoded><![CDATA[<p>You can define a rule that looks for bounces and deletes them so that manual work isn&#8217;t required. I doubt SPF will matter in terms of volume. Most spammers will rotate through addresses so this is only temporary.</p>
<p>Other than that, if you figure out how to get your address included in spam filters, the rotation will happen quicker. Of course this means that any real email you send will also be trapped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Collins</title>
		<link>http://www.redmonk.com/cote/2007/01/25/un-hijacking-a-domain-name/#comment-4493</link>
		<dc:creator>Jon Collins</dc:creator>
		<pubDate>Fri, 26 Jan 2007 08:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmonk.com/cote/2007/01/25/un-hijacking-a-domain-name/#comment-4493</guid>
		<description>My ISP has an email address called nospam@... where I can forward all the mails not explicitly addressed to me. Brutal, but it works.</description>
		<content:encoded><![CDATA[<p>My ISP has an email address called nospam@&#8230; where I can forward all the mails not explicitly addressed to me. Brutal, but it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nigel James</title>
		<link>http://www.redmonk.com/cote/2007/01/25/un-hijacking-a-domain-name/#comment-4491</link>
		<dc:creator>Nigel James</dc:creator>
		<pubDate>Fri, 26 Jan 2007 08:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmonk.com/cote/2007/01/25/un-hijacking-a-domain-name/#comment-4491</guid>
		<description>Ahh beaten to it. Yes ... SPF is the way to go. Not perfect but it helps.
You could point your 'Catch all' to /dev/null but then you might miss a real mail or two:)

With SPF you have to set up all servers you will allow mail from. For example if you use gmail to send mail you need to add that one too.

Cheers,
Nigel</description>
		<content:encoded><![CDATA[<p>Ahh beaten to it. Yes &#8230; SPF is the way to go. Not perfect but it helps.<br />
You could point your &#8216;Catch all&#8217; to /dev/null but then you might miss a real mail or two:)</p>
<p>With SPF you have to set up all servers you will allow mail from. For example if you use gmail to send mail you need to add that one too.</p>
<p>Cheers,<br />
Nigel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cole</title>
		<link>http://www.redmonk.com/cote/2007/01/25/un-hijacking-a-domain-name/#comment-4444</link>
		<dc:creator>Cole</dc:creator>
		<pubDate>Fri, 26 Jan 2007 02:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmonk.com/cote/2007/01/25/un-hijacking-a-domain-name/#comment-4444</guid>
		<description>Cote,

Love the podcast(s).  

Same thing happened to me.  From what I read, the only thing you can do is set an SPF record in your DNS.  This will tell servers that receive e-mail from coteindustries.com to only accept mail from the IP of your mail server and not any other IPs.  The only problem with that is many e-mail servers don't recognize or check the SPF records.  But it's better than nothing.  

Cole</description>
		<content:encoded><![CDATA[<p>Cote,</p>
<p>Love the podcast(s).  </p>
<p>Same thing happened to me.  From what I read, the only thing you can do is set an SPF record in your DNS.  This will tell servers that receive e-mail from coteindustries.com to only accept mail from the IP of your mail server and not any other IPs.  The only problem with that is many e-mail servers don&#8217;t recognize or check the SPF records.  But it&#8217;s better than nothing.  </p>
<p>Cole</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cote</title>
		<link>http://www.redmonk.com/cote/2007/01/25/un-hijacking-a-domain-name/#comment-4439</link>
		<dc:creator>cote</dc:creator>
		<pubDate>Fri, 26 Jan 2007 01:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmonk.com/cote/2007/01/25/un-hijacking-a-domain-name/#comment-4439</guid>
		<description>Is that an ironic post? Nice pictures. As they say, "I don't really have much to say."</description>
		<content:encoded><![CDATA[<p>Is that an ironic post? Nice pictures. As they say, &#8220;I don&#8217;t really have much to say.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimi</title>
		<link>http://www.redmonk.com/cote/2007/01/25/un-hijacking-a-domain-name/#comment-4435</link>
		<dc:creator>jimi</dc:creator>
		<pubDate>Fri, 26 Jan 2007 00:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmonk.com/cote/2007/01/25/un-hijacking-a-domain-name/#comment-4435</guid>
		<description>There is no Soviet Union anymore, but everybody remember those great victories and defeats. We trusted in idea and we made our history through great losses...
www.backinussr.com</description>
		<content:encoded><![CDATA[<p>There is no Soviet Union anymore, but everybody remember those great victories and defeats. We trusted in idea and we made our history through great losses&#8230;<br />
<a href="http://www.backinussr.com" rel="nofollow">http://www.backinussr.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
