<?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: Converting maildir to mbox</title>
	<atom:link href="http://www.pageofguh.org/technicality/524/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pageofguh.org/technicality/524</link>
	<description>sublime lemons</description>
	<lastBuildDate>Fri, 22 Jul 2011 16:13:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Corey</title>
		<link>http://www.pageofguh.org/technicality/524/comment-page-1#comment-12812</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Fri, 23 Nov 2007 21:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.pageofguh.org/?p=524#comment-12812</guid>
		<description>Where &quot;C&quot; = Less than, &quot;D&quot; = Greater than</description>
		<content:encoded><![CDATA[<p>Where &#8220;C&#8221; = Less than, &#8220;D&#8221; = Greater than</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey</title>
		<link>http://www.pageofguh.org/technicality/524/comment-page-1#comment-12811</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Fri, 23 Nov 2007 21:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.pageofguh.org/?p=524#comment-12811</guid>
		<description>Ah, forget it...this thing keeps thinking I&#039;m uploading html.

for i in new/* cur/*;do formail C&quot;$i&quot; DD ../mbox;done</description>
		<content:encoded><![CDATA[<p>Ah, forget it&#8230;this thing keeps thinking I&#8217;m uploading html.</p>
<p>for i in new/* cur/*;do formail C&#8221;$i&#8221; DD ../mbox;done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey</title>
		<link>http://www.pageofguh.org/technicality/524/comment-page-1#comment-12810</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Fri, 23 Nov 2007 21:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.pageofguh.org/?p=524#comment-12810</guid>
		<description>for i in new/* cur/*;do formail \\&gt; ../mbox;done</description>
		<content:encoded><![CDATA[<p>for i in new/* cur/*;do formail \\&gt; ../mbox;done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey</title>
		<link>http://www.pageofguh.org/technicality/524/comment-page-1#comment-12809</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Fri, 23 Nov 2007 21:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.pageofguh.org/?p=524#comment-12809</guid>
		<description>Why not just use formail (Included with procmail)

Enter into the maildir, and do something like this:

for i in new/* ;do formail &gt; ../mbox;done</description>
		<content:encoded><![CDATA[<p>Why not just use formail (Included with procmail)</p>
<p>Enter into the maildir, and do something like this:</p>
<p>for i in new/* ;do formail &gt; ../mbox;done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: i really have nothing to say</title>
		<link>http://www.pageofguh.org/technicality/524/comment-page-1#comment-10319</link>
		<dc:creator>i really have nothing to say</dc:creator>
		<pubDate>Fri, 10 Aug 2007 00:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.pageofguh.org/?p=524#comment-10319</guid>
		<description>[...] I&#8217;m in the process of migrating a domain from one server to Google Apps. I&#8217;ve got email dating back to 2001 on this server and I don&#8217;t want to lose it. However, I don&#8217;t really want it all imported to Google either. One problem I ran into is that MailSteward can import mbox files but doesn&#8217;t have support for maildir (that I could find). After flexing my Google-fu, I found this blog post which, in the comments, references this bash script. After downloading and running the script on my Maildir, I had a nice little 72Mb mbox file containing approximately 1,130 email. I transferred it to my laptop, fired up MailSteward and imported it. Within five minutes, MailSteward had imported the entire file, with the exception of 20 duplicate emails that it found. It skipped the dupes. Nice. [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;m in the process of migrating a domain from one server to Google Apps. I&#8217;ve got email dating back to 2001 on this server and I don&#8217;t want to lose it. However, I don&#8217;t really want it all imported to Google either. One problem I ran into is that MailSteward can import mbox files but doesn&#8217;t have support for maildir (that I could find). After flexing my Google-fu, I found this blog post which, in the comments, references this bash script. After downloading and running the script on my Maildir, I had a nice little 72Mb mbox file containing approximately 1,130 email. I transferred it to my laptop, fired up MailSteward and imported it. Within five minutes, MailSteward had imported the entire file, with the exception of 20 duplicate emails that it found. It skipped the dupes. Nice. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TRTech</title>
		<link>http://www.pageofguh.org/technicality/524/comment-page-1#comment-9176</link>
		<dc:creator>TRTech</dc:creator>
		<pubDate>Fri, 06 Apr 2007 20:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.pageofguh.org/?p=524#comment-9176</guid>
		<description>Thanks Kanedaaa, worked like a charm...</description>
		<content:encoded><![CDATA[<p>Thanks Kanedaaa, worked like a charm&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kanedaaa</title>
		<link>http://www.pageofguh.org/technicality/524/comment-page-1#comment-8822</link>
		<dc:creator>Kanedaaa</dc:creator>
		<pubDate>Wed, 07 Feb 2007 19:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.pageofguh.org/?p=524#comment-8822</guid>
		<description>I write bash script: http://kaneda.bohater.net/files/maildir2mbox.sh</description>
		<content:encoded><![CDATA[<p>I write bash script: <a href="http://kaneda.bohater.net/files/maildir2mbox.sh" rel="nofollow">http://kaneda.bohater.net/files/maildir2mbox.sh</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.pageofguh.org/technicality/524/comment-page-1#comment-8517</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 13 Dec 2006 23:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.pageofguh.org/?p=524#comment-8517</guid>
		<description>Hey all, I tried the php script and was able to get it to create a file, but it doesn&#039;t contain anything. 

I didn&#039;t get any errors when running it.   I am on Redhat 9 / exim .      Any ideas?</description>
		<content:encoded><![CDATA[<p>Hey all, I tried the php script and was able to get it to create a file, but it doesn&#8217;t contain anything. </p>
<p>I didn&#8217;t get any errors when running it.   I am on Redhat 9 / exim .      Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ken-ichi</title>
		<link>http://www.pageofguh.org/technicality/524/comment-page-1#comment-627</link>
		<dc:creator>ken-ichi</dc:creator>
		<pubDate>Mon, 26 Sep 2005 05:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.pageofguh.org/?p=524#comment-627</guid>
		<description>Done and done.  Curly quotes problem solved using &lt;a href=&quot;http://wordpress.org/support/topic/24408&quot; rel=&quot;nofollow&quot;&gt;this advice&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Done and done.  Curly quotes problem solved using <a href="http://wordpress.org/support/topic/24408" rel="nofollow">this advice</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samat</title>
		<link>http://www.pageofguh.org/technicality/524/comment-page-1#comment-625</link>
		<dc:creator>Samat</dc:creator>
		<pubDate>Mon, 26 Sep 2005 05:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.pageofguh.org/?p=524#comment-625</guid>
		<description>Just to note: you want to turn off what I call &quot;retard quotes&quot; (the styled open and closed quotes that Microsoft Office uses and your blog is replacing real quotes with) so people who find this can just copy and paste.

My browser (Firefox on Linux) replaces these &quot;retard quotes&quot; with &#039;?&#039;s and I have to go back and fix them...</description>
		<content:encoded><![CDATA[<p>Just to note: you want to turn off what I call &#8220;retard quotes&#8221; (the styled open and closed quotes that Microsoft Office uses and your blog is replacing real quotes with) so people who find this can just copy and paste.</p>
<p>My browser (Firefox on Linux) replaces these &#8220;retard quotes&#8221; with &#8216;?&#8217;s and I have to go back and fix them&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

