<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ICMPECHO &#187; From:</title>
	<atom:link href="http://www.icmpecho.com/tag/from/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.icmpecho.com</link>
	<description>more than your usual type 8&#039;s</description>
	<lastBuildDate>Sat, 10 Jul 2010 20:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>I&#8217;m being followed&#8230;</title>
		<link>http://www.icmpecho.com/2009/11/11/im-being-followed/</link>
		<comments>http://www.icmpecho.com/2009/11/11/im-being-followed/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 23:25:50 +0000</pubDate>
		<dc:creator>Daniel Nyström</dc:creator>
				<category><![CDATA[misc]]></category>
		<category><![CDATA[From:]]></category>
		<category><![CDATA[kaspersky]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[visit]]></category>

		<guid isPermaLink="false">http://www.icmpecho.com/?p=2145</guid>
		<description><![CDATA[&#8230; by Kaspersky&#8217;s marketing team hehehe Got a referer from this google search: intitle:kaspersky AND &#8220;name (required)&#8221; AND &#8220;powered by wordpress&#8221; Which equals the more human question &#8220;What are people writing about us on their blogs?&#8221;. Good work by Kaspersky (the company, that is) following up on these things, but I sure would have appreciated [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230; by Kaspersky&#8217;s marketing team <img src='http://www.icmpecho.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  hehehe</p>
<p>Got a referer from <a href="http://www.google.com.ph/search?hl=en&#038;num=20&#038;q=intitle%3Akaspersky+AND+%22name+%28required%29%22+AND+%22powered+by+wordpress%22&#038;meta=">this google search</a>:</p>
<blockquote><p>intitle:kaspersky AND &#8220;name (required)&#8221; AND &#8220;powered by wordpress&#8221;</p></blockquote>
<p>Which equals the more human question &#8220;What are people writing about us on their blogs?&#8221;. Good work by Kaspersky (the company, that is) following up on these things, but I sure would have appreciated a comment if they were visiting, as I need more of those&#8230; I&#8217;m all alone with my rants here otherwise <img src='http://www.icmpecho.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.icmpecho.com/2009/11/11/im-being-followed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parsing .MSG files for adresses</title>
		<link>http://www.icmpecho.com/2009/03/12/parsing-msg-files-for-adresses/</link>
		<comments>http://www.icmpecho.com/2009/03/12/parsing-msg-files-for-adresses/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 15:32:08 +0000</pubDate>
		<dc:creator>Daniel Nyström</dc:creator>
				<category><![CDATA[misc]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[.msg]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[From:]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[parsing]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[To:]]></category>

		<guid isPermaLink="false">http://www.icmpecho.com/?p=1898</guid>
		<description><![CDATA[Made this little script for parsing .MSG files (the half-binary mail files you get when dragging e-mails out of MS Outlook) in order to parse about 25000 &#8220;undeliverable&#8221; e-mails. Should work on all systems containing bash, grep and awk. It&#8217;s extremely simple and just loops through all files grepping out all lines starting with &#8220;To:&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.icmpecho.com/images/binsh.png" alt="bisnh" border=1/></p>
<p>Made this little script for parsing .MSG files (the half-binary mail files you get when dragging e-mails out of MS Outlook) in order to parse about 25000 &#8220;undeliverable&#8221; e-mails. Should work on all systems containing <a href="http://en.wikipedia.org/wiki/Bourne_again_shell">bash</a>, <a href="http://en.wikipedia.org/wiki/Grep">grep</a> and <a href="http://en.wikipedia.org/wiki/Awk">awk</a>.</p>
<p>It&#8217;s extremely simple and just loops through all files grepping out all lines starting with &#8220;To:&#8221; and then uses awk to clean the strings. Posting it as I couldn&#8217;t find anything similar through Google and someone else might get some use out of it. Easy to modify as well.</p>
<p><a href="http://www.icmpecho.com/div/getaddrfromMSG.sh">Click here for script</a> <img src='http://www.icmpecho.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>And again, only tested against &#8220;Undeliverable&#8221; mails turned into .MSG-files, but I&#8217;m guessing they look the same as normal mails. If it doesn&#8217;t work, please comment and I&#8217;ll fix it up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.icmpecho.com/2009/03/12/parsing-msg-files-for-adresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
