<?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: How to Run a Script from Email</title>
	<atom:link href="http://www.techniqal.com/blog/2005/11/14/how-to-run-a-script-from-email/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techniqal.com/blog/2005/11/14/how-to-run-a-script-from-email/</link>
	<description>the Q stands for quality</description>
	<lastBuildDate>Fri, 25 Dec 2009 18:24:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daniel</title>
		<link>http://www.techniqal.com/blog/2005/11/14/how-to-run-a-script-from-email/comment-page-1/#comment-10623</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 12 Aug 2008 22:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.techniqal.com/blog/?p=48#comment-10623</guid>
		<description>Sorry -just caught this Kyle. Depending on where the mail lives, you could always schedule a cron job to script to go fetch mail, and based on content of the mail, run a command.  The script would just use existing *nix tools for text matching/processing(grep,sed/awk). 

The benefit to the method I describe here, is that you don&#039;t have to worry about the mail handling piece in you script. The script takes the mail content as stdin, and works with it as it comes in. 

If you are comfortable with perl, python, or php, all 3 have fairly mature email libraries that would allow you to fetch and parse the emails from some other server source (IMAP, POP3, etc.) .

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Sorry -just caught this Kyle. Depending on where the mail lives, you could always schedule a cron job to script to go fetch mail, and based on content of the mail, run a command.  The script would just use existing *nix tools for text matching/processing(grep,sed/awk). </p>
<p>The benefit to the method I describe here, is that you don&#8217;t have to worry about the mail handling piece in you script. The script takes the mail content as stdin, and works with it as it comes in. </p>
<p>If you are comfortable with perl, python, or php, all 3 have fairly mature email libraries that would allow you to fetch and parse the emails from some other server source (IMAP, POP3, etc.) .</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.techniqal.com/blog/2005/11/14/how-to-run-a-script-from-email/comment-page-1/#comment-10645</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 12 Aug 2008 21:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.techniqal.com/blog/?p=48#comment-10645</guid>
		<description>Sorry -just caught this Kyle. Depending on where the mail lives, you could always schedule a cron job to script to go fetch mail, and based on content of the mail, run a command.  The script would just use existing *nix tools for text matching/processing(grep,sed/awk). &lt;br&gt;&lt;br&gt;The benefit to the method I describe here, is that you don&#039;t have to worry about the mail handling piece in you script. The script takes the mail content as stdin, and works with it as it comes in. &lt;br&gt;&lt;br&gt;If you are comfortable with perl, python, or php, all 3 have fairly mature email libraries that would allow you to fetch and parse the emails from some other server source (IMAP, POP3, etc.) .&lt;br&gt;&lt;br&gt;Hope that helps.</description>
		<content:encoded><![CDATA[<p>Sorry -just caught this Kyle. Depending on where the mail lives, you could always schedule a cron job to script to go fetch mail, and based on content of the mail, run a command.  The script would just use existing *nix tools for text matching/processing(grep,sed/awk). </p>
<p>The benefit to the method I describe here, is that you don&#8217;t have to worry about the mail handling piece in you script. The script takes the mail content as stdin, and works with it as it comes in. </p>
<p>If you are comfortable with perl, python, or php, all 3 have fairly mature email libraries that would allow you to fetch and parse the emails from some other server source (IMAP, POP3, etc.) .</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://www.techniqal.com/blog/2005/11/14/how-to-run-a-script-from-email/comment-page-1/#comment-10614</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Tue, 05 Aug 2008 21:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.techniqal.com/blog/?p=48#comment-10614</guid>
		<description>Can you think of a way to have a bash script check email and then do something if it sees keywords in the email?</description>
		<content:encoded><![CDATA[<p>Can you think of a way to have a bash script check email and then do something if it sees keywords in the email?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://www.techniqal.com/blog/2005/11/14/how-to-run-a-script-from-email/comment-page-1/#comment-10644</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Tue, 05 Aug 2008 20:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.techniqal.com/blog/?p=48#comment-10644</guid>
		<description>Can you think of a way to have a bash script check email and then do something if it sees keywords in the email?</description>
		<content:encoded><![CDATA[<p>Can you think of a way to have a bash script check email and then do something if it sees keywords in the email?</p>
]]></content:encoded>
	</item>
</channel>
</rss>