<?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: Extracting email addresses from any text file with Python</title>
	<atom:link href="http://rasilagarage.com/2009/06/extracting-email-addresses-from-any-text-file-with-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://rasilagarage.com/2009/06/extracting-email-addresses-from-any-text-file-with-python/</link>
	<description>Tuomas Rasila's blog about software and entrepreneurship</description>
	<lastBuildDate>Sat, 06 Mar 2010 23:33:15 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Kosty</title>
		<link>http://rasilagarage.com/2009/06/extracting-email-addresses-from-any-text-file-with-python/comment-page-1/#comment-80</link>
		<dc:creator>John Kosty</dc:creator>
		<pubDate>Fri, 13 Nov 2009 23:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://rasilagarage.com/?p=215#comment-80</guid>
		<description>Echo Garijon.  Needed a good Python how-to example and was lucky enough to find this.  

Thanks, big time!</description>
		<content:encoded><![CDATA[<p>Echo Garijon.  Needed a good Python how-to example and was lucky enough to find this.  </p>
<p>Thanks, big time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tuomas Rasila</title>
		<link>http://rasilagarage.com/2009/06/extracting-email-addresses-from-any-text-file-with-python/comment-page-1/#comment-79</link>
		<dc:creator>Tuomas Rasila</dc:creator>
		<pubDate>Mon, 05 Oct 2009 23:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://rasilagarage.com/?p=215#comment-79</guid>
		<description>You can grep the file. Say your file with emails is foo.txt, do the following in the command line:
&lt;code&gt;
grep -v postmaster@ foo.txt &gt; new_file.txt
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You can grep the file. Say your file with emails is foo.txt, do the following in the command line:<br />
<code><br />
grep -v postmaster@ foo.txt &gt; new_file.txt<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://rasilagarage.com/2009/06/extracting-email-addresses-from-any-text-file-with-python/comment-page-1/#comment-78</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Fri, 02 Oct 2009 06:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://rasilagarage.com/?p=215#comment-78</guid>
		<description>what do i have to do in case that i want to extract all emails but those which begins with postmaster???

thanks</description>
		<content:encoded><![CDATA[<p>what do i have to do in case that i want to extract all emails but those which begins with postmaster???</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: garijon</title>
		<link>http://rasilagarage.com/2009/06/extracting-email-addresses-from-any-text-file-with-python/comment-page-1/#comment-77</link>
		<dc:creator>garijon</dc:creator>
		<pubDate>Thu, 01 Oct 2009 21:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://rasilagarage.com/?p=215#comment-77</guid>
		<description>Thanks a lot, it was just what I was looking for.</description>
		<content:encoded><![CDATA[<p>Thanks a lot, it was just what I was looking for.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
