<?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: Announcing Caesarmail for WordPress</title>
	<atom:link href="http://somniloquy.org/blog/2006/03/15/caesarmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://somniloquy.org/blog/2006/03/15/caesarmail/</link>
	<description>@ somniloquy.org</description>
	<lastBuildDate>Sun, 15 Mar 2009 14:24:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jonathan</title>
		<link>http://somniloquy.org/blog/2006/03/15/caesarmail/comment-page-1/#comment-18149</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Fri, 29 Dec 2006 17:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://somniloquy.org/blog/2006/03/15/announcing-caesarmail-for-wordpress/#comment-18149</guid>
		<description>Does it have a way to implement a noscript tag?</description>
		<content:encoded><![CDATA[<p>Does it have a way to implement a noscript tag?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://somniloquy.org/blog/2006/03/15/caesarmail/comment-page-1/#comment-6707</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 26 Sep 2006 21:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://somniloquy.org/blog/2006/03/15/announcing-caesarmail-for-wordpress/#comment-6707</guid>
		<description>Thats fantastic! Should help cut down on the spam we&#039;ve all been getting!</description>
		<content:encoded><![CDATA[<p>Thats fantastic! Should help cut down on the spam we&#8217;ve all been getting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: verywide.net &#187; Another Plug for a Plugin&#8230; (and more)</title>
		<link>http://somniloquy.org/blog/2006/03/15/caesarmail/comment-page-1/#comment-6386</link>
		<dc:creator>verywide.net &#187; Another Plug for a Plugin&#8230; (and more)</dc:creator>
		<pubDate>Sat, 23 Sep 2006 18:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://somniloquy.org/blog/2006/03/15/announcing-caesarmail-for-wordpress/#comment-6386</guid>
		<description>[...] In order to protect email addresses from being harvested, I have added the Caesarmail plugin, which dynamically converts all email addresses using &#8220;random-offset Caesar ciphers&quot;. This prevents spambots from collecting usable email addresses from pages/comments. Spammers aren&#8217;t likely to take the time to decipher encrypted email addresses. [...]</description>
		<content:encoded><![CDATA[<p>[...] In order to protect email addresses from being harvested, I have added the Caesarmail plugin, which dynamically converts all email addresses using &#8220;random-offset Caesar ciphers&quot;. This prevents spambots from collecting usable email addresses from pages/comments. Spammers aren&#8217;t likely to take the time to decipher encrypted email addresses. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Netwalker</title>
		<link>http://somniloquy.org/blog/2006/03/15/caesarmail/comment-page-1/#comment-105</link>
		<dc:creator>Netwalker</dc:creator>
		<pubDate>Wed, 15 Mar 2006 23:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://somniloquy.org/blog/2006/03/15/announcing-caesarmail-for-wordpress/#comment-105</guid>
		<description>Thanks!

I&#039;ll put it in my blog to test it.</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>I&#8217;ll put it in my blog to test it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Preston</title>
		<link>http://somniloquy.org/blog/2006/03/15/caesarmail/comment-page-1/#comment-104</link>
		<dc:creator>Preston</dc:creator>
		<pubDate>Wed, 15 Mar 2006 22:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://somniloquy.org/blog/2006/03/15/announcing-caesarmail-for-wordpress/#comment-104</guid>
		<description>It appears that you can use caesarmail in the sidebar, but it&#039;s not automatic. You need to call the function directly, like so:
&lt;div class=&quot;VisualSyntax&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&lt;b&gt;&lt;span style=&#039;color:#333333; background-color:#FFFF00&#039;&gt;&lt;?php&lt;/span&gt;&lt;/b&gt;&#160;$string&#160;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&#160;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;caesarmail&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;&lt;a&#160;href=&quot;&#160;mailto:email@address.com&quot;&gt;email&#160;link&lt;font color=&#039;#009900&#039;&gt;&lt;/a&gt;&lt;/font&gt;&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&#160;echo&#160;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$string&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&#160;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&lt;b&gt;&lt;span style=&#039;color:#333333; background-color:#FFFF00&#039;&gt;?&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

(Without the space in the mailto: link - I had to add it because caesarmail is encrypting it.)

The function caesarmail() only takes one argument - the string of text which is to be searched and converted into encrypted email addresses. So if, for example, you wanted to do a list of email addresses, you could do this:

&lt;div class=&quot;VisualSyntax&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&lt;b&gt;&lt;span style=&#039;color:#333333; background-color:#FFFF00&#039;&gt;&lt;?php&lt;/span&gt;&lt;/b&gt;$list&#160;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&#160;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;&lt;ul&gt;&lt;li&gt;&#160;&lt;a&#160;href=&quot;&#160;mailto:someone@somewhere.com&quot;&#160;rel=&quot;nofollow&quot;&gt;My&#160;work&#160;address&lt;font color=&#039;#009900&#039;&gt;&lt;/a&gt;&lt;/font&gt;&lt;li&gt;&#160;&lt;a&#160;href=&quot;&#160;mailto:somewhere@else.com&quot;&gt;My&#160;home&#160;address&lt;font color=&#039;#009900&#039;&gt;&lt;/a&gt;&lt;/font&gt;&lt;/ul&gt;&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$string&#160;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&#160;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;caesarmail&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$list&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);echo&#160;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$string&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&lt;b&gt;&lt;span style=&#039;color:#333333; background-color:#FFFF00&#039;&gt;?&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;
That &lt;i&gt;should&lt;/i&gt; work. Let me know if it works out for you.</description>
		<content:encoded><![CDATA[<p>It appears that you can use caesarmail in the sidebar, but it&#8217;s not automatic. You need to call the function directly, like so:</p>
<div class="VisualSyntax"><code><span style="color: #000000"></p>
<p><span style="color: #0000BB"><b><span style='color:#333333; background-color:#FFFF00'>&lt;?php</span></b>&nbsp;<br />
$string&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">caesarmail</span><span style="color: #007700">(</span><span style="color: #DD0000">'&lt;a&nbsp;href="&nbsp;mailto:email@address.com"&gt;email&nbsp;link<font color='#009900'>&lt;/a&gt;</font>'</span><span style="color: #007700">);&nbsp;<br />
echo&nbsp;</span><span style="color: #0000BB">$string</span><span style="color: #007700">;&nbsp;<br />
</span><span style="color: #0000BB"><b><span style='color:#333333; background-color:#FFFF00'>?&gt;</span></b><br />
</span><br />
</span><br />
</code></div>
<p>(Without the space in the mailto: link &#8211; I had to add it because caesarmail is encrypting it.)</p>
<p>The function caesarmail() only takes one argument &#8211; the string of text which is to be searched and converted into encrypted email addresses. So if, for example, you wanted to do a list of email addresses, you could do this:</p>
<div class="VisualSyntax"><code><span style="color: #000000"></p>
<p><span style="color: #0000BB"><b><span style='color:#333333; background-color:#FFFF00'>&lt;?php</span></b><br />
$list&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">'&lt;ul&gt;<br />
&lt;li&gt;&nbsp;&lt;a&nbsp;href="&nbsp;mailto:someone@somewhere.com"&nbsp;rel="nofollow"&gt;My&nbsp;work&nbsp;address<font color='#009900'>&lt;/a&gt;</font><br />
&lt;li&gt;&nbsp;&lt;a&nbsp;href="&nbsp;mailto:somewhere@else.com"&gt;My&nbsp;home&nbsp;address<font color='#009900'>&lt;/a&gt;</font><br />
&lt;/ul&gt;'</span><span style="color: #007700">;<br />
</span><span style="color: #0000BB">$string&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">caesarmail</span><span style="color: #007700">(</span><span style="color: #0000BB">$list</span><span style="color: #007700">);<br />
echo&nbsp;</span><span style="color: #0000BB">$string</span><span style="color: #007700">;<br />
</span><span style="color: #0000BB"><b><span style='color:#333333; background-color:#FFFF00'>?&gt;</span></b><br />
</span><br />
</span><br />
</code></div>
<p>That <i>should</i> work. Let me know if it works out for you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
