<?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: Protecting email address with .htaccess</title>
	<atom:link href="http://ditio.net/2008/07/10/protecting-email-address-with-htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://ditio.net/2008/07/10/protecting-email-address-with-htaccess/</link>
	<description>Practical guide to WordPress development, blogging and programming</description>
	<lastBuildDate>Sun, 11 Dec 2011 21:19:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: email archiving</title>
		<link>http://ditio.net/2008/07/10/protecting-email-address-with-htaccess/comment-page-1/#comment-66851</link>
		<dc:creator>email archiving</dc:creator>
		<pubDate>Sat, 23 Oct 2010 04:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=30#comment-66851</guid>
		<description>While we&#039;re in Protecting email address with .htaccess mode, After you have gotten your form set up, you will need to set up a pop email account on your server exclusively for your list(s). You can label it &quot;lists&quot; or whatever you would like. Additionally, you need to generate 2 email aliases for subscription requests. Example, yourlist-subscribe@yourdomain.com and yourlist-unsubscribe@yourdomain.com.</description>
		<content:encoded><![CDATA[<p>While we&#8217;re in Protecting email address with .htaccess mode, After you have gotten your form set up, you will need to set up a pop email account on your server exclusively for your list(s). You can label it &#8220;lists&#8221; or whatever you would like. Additionally, you need to generate 2 email aliases for subscription requests. Example, <a href="mailto:yourlist-subscribe@yourdomain.com">yourlist-subscribe@yourdomain.com</a> and <a href="mailto:yourlist-unsubscribe@yourdomain.com">yourlist-unsubscribe@yourdomain.com</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://ditio.net/2008/07/10/protecting-email-address-with-htaccess/comment-page-1/#comment-31188</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 15 Jan 2010 03:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=30#comment-31188</guid>
		<description>Awesome! Now using this to protect emails on a few of my sites!</description>
		<content:encoded><![CDATA[<p>Awesome! Now using this to protect emails on a few of my sites!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: car jacks</title>
		<link>http://ditio.net/2008/07/10/protecting-email-address-with-htaccess/comment-page-1/#comment-13909</link>
		<dc:creator>car jacks</dc:creator>
		<pubDate>Sat, 14 Mar 2009 13:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=30#comment-13909</guid>
		<description>I have to say, that I could not agree with you in 100%, but that&#039;s just my opinion, which   could be very wrong.
p.s. You have a very good template for your blog. Where did you find it?</description>
		<content:encoded><![CDATA[<p>I have to say, that I could not agree with you in 100%, but that&#8217;s just my opinion, which   could be very wrong.<br />
p.s. You have a very good template for your blog. Where did you find it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yagnaroopaya</title>
		<link>http://ditio.net/2008/07/10/protecting-email-address-with-htaccess/comment-page-1/#comment-13666</link>
		<dc:creator>Yagnaroopaya</dc:creator>
		<pubDate>Thu, 12 Mar 2009 06:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=30#comment-13666</guid>
		<description>Don&#039;t you hate spam to?</description>
		<content:encoded><![CDATA[<p>Don&#8217;t you hate spam to?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexey</title>
		<link>http://ditio.net/2008/07/10/protecting-email-address-with-htaccess/comment-page-1/#comment-1052</link>
		<dc:creator>Alexey</dc:creator>
		<pubDate>Fri, 15 Aug 2008 14:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=30#comment-1052</guid>
		<description>I think we can do that simpler, without any email address in href.

RedirectMatch show_my_email mailto:my_real_email@my_real_domain.com

And on the page:
&lt;a href=&quot;”show_my_email”&quot; rel=&quot;nofollow&quot;&gt;click to get my real email address&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I think we can do that simpler, without any email address in href.</p>
<p>RedirectMatch show_my_email mailto:my_real_email@my_real_domain.com</p>
<p>And on the page:<br />
&lt;a href=&#8221;”show_my_email”&#8221; rel=&#8221;nofollow&#8221;&gt;click to get my real email address&lt;/a&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boorejixtoomo</title>
		<link>http://ditio.net/2008/07/10/protecting-email-address-with-htaccess/comment-page-1/#comment-968</link>
		<dc:creator>Boorejixtoomo</dc:creator>
		<pubDate>Sun, 03 Aug 2008 03:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=30#comment-968</guid>
		<description>I agreed with you</description>
		<content:encoded><![CDATA[<p>I agreed with you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://ditio.net/2008/07/10/protecting-email-address-with-htaccess/comment-page-1/#comment-878</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 16 Jul 2008 14:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=30#comment-878</guid>
		<description>Thanks for the comment, this is true that manual spammers will still be able to get it however i believe that vast majority of emails is collected by harvesters.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment, this is true that manual spammers will still be able to get it however i believe that vast majority of emails is collected by harvesters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: commentHut</title>
		<link>http://ditio.net/2008/07/10/protecting-email-address-with-htaccess/comment-page-1/#comment-877</link>
		<dc:creator>commentHut</dc:creator>
		<pubDate>Wed, 16 Jul 2008 11:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=30#comment-877</guid>
		<description>Wow, its a great concept. However no 100% secure, the manual search spammers will still search it.</description>
		<content:encoded><![CDATA[<p>Wow, its a great concept. However no 100% secure, the manual search spammers will still search it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

