<?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: Calling Scripts from Signatures</title>
	<atom:link href="http://www.littleknownsoftware.com/blog/2007/04/calling-scripts-from-signatures/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.littleknownsoftware.com/blog/2007/04/calling-scripts-from-signatures/</link>
	<description>Even the little utilities help.</description>
	<lastBuildDate>Sun, 30 May 2010 12:40:24 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nathan Barhorst</title>
		<link>http://www.littleknownsoftware.com/blog/2007/04/calling-scripts-from-signatures/comment-page-1/#comment-7</link>
		<dc:creator>Nathan Barhorst</dc:creator>
		<pubDate>Sat, 20 Oct 2007 00:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://lkblog/2007/04/calling-scripts-from-signatures/#comment-7</guid>
		<description>I found out that there is no PATH in the environment for the script, so, if you want fortune to run, your script needs to be something like:
#!/bin/sh
echo &quot;&lt;pre&gt;&quot;
/opt/local/bin/fortune
echo &quot;&lt;/pre&gt;&quot;
</description>
		<content:encoded><![CDATA[<p>I found out that there is no PATH in the environment for the script, so, if you want fortune to run, your script needs to be something like:<br />
#!/bin/sh<br />
echo &#8220;
<pre>"
/opt/local/bin/fortune
echo "</pre>
<p>&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.littleknownsoftware.com/blog/2007/04/calling-scripts-from-signatures/comment-page-1/#comment-6</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 10 Apr 2007 20:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://lkblog/2007/04/calling-scripts-from-signatures/#comment-6</guid>
		<description>Hello,
this is a HUGE and great improvement. Actually something i have waited for, since i dumped KMail.
However adding lines like:
{script:&quot;/sw/bin/fortune&quot;}
or
{script:&quot;/Users/username/sig.sh&quot;}
does not work as expected. sig.sh by the way looks like this:
#!/bin/bash
echo &quot;test&quot;
These two lines even crash Mail when changing the Signature.
Can you help me?
Best regards,
Tom
</description>
		<content:encoded><![CDATA[<p>Hello,<br />
this is a HUGE and great improvement. Actually something i have waited for, since i dumped KMail.<br />
However adding lines like:<br />
{script:&#8221;/sw/bin/fortune&#8221;}<br />
or<br />
{script:&#8221;/Users/username/sig.sh&#8221;}<br />
does not work as expected. sig.sh by the way looks like this:<br />
#!/bin/bash<br />
echo &#8220;test&#8221;<br />
These two lines even crash Mail when changing the Signature.<br />
Can you help me?<br />
Best regards,<br />
Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>
