<?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"
	>
<channel>
	<title>Comments on: gMail import</title>
	<atom:link href="http://www.geekandproud.net/archives/2004/09/28/497/gmail-import/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekandproud.net/archives/2004/09/28/497/gmail-import/</link>
	<description></description>
	<pubDate>Sun, 12 Oct 2008 23:53:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Docunext &#187; Blog Archive &#187; Gmail Import Tool</title>
		<link>http://www.geekandproud.net/archives/2004/09/28/497/gmail-import/#comment-30932</link>
		<dc:creator>Docunext &#187; Blog Archive &#187; Gmail Import Tool</dc:creator>
		<pubDate>Fri, 08 Dec 2006 03:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekandproud.net/archives/2004/09/28/497/gmail-import/#comment-30932</guid>
		<description>[...] http://www.geekandproud.net/archives/2004/09/28/497/gmail-import/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.geekandproud.net/archives/2004/09/28/497/gmail-import/" rel="nofollow">http://www.geekandproud.net/archives/2004/09/28/497/gmail-import/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albert</title>
		<link>http://www.geekandproud.net/archives/2004/09/28/497/gmail-import/#comment-24893</link>
		<dc:creator>Albert</dc:creator>
		<pubDate>Thu, 26 Oct 2006 04:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekandproud.net/archives/2004/09/28/497/gmail-import/#comment-24893</guid>
		<description>Worked for me like a charm, I'm glad to have found a bash script which dealt directly with unix email capabilities. I'm used to working with Postfix and maildrop, so seeing how you used procmail here was cool.</description>
		<content:encoded><![CDATA[<p>Worked for me like a charm, I&#8217;m glad to have found a bash script which dealt directly with unix email capabilities. I&#8217;m used to working with Postfix and maildrop, so seeing how you used procmail here was cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.geekandproud.net/archives/2004/09/28/497/gmail-import/#comment-12044</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Tue, 20 Jun 2006 14:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekandproud.net/archives/2004/09/28/497/gmail-import/#comment-12044</guid>
		<description>Is there a way to make this work with Maildir format?</description>
		<content:encoded><![CDATA[<p>Is there a way to make this work with Maildir format?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Nicol</title>
		<link>http://www.geekandproud.net/archives/2004/09/28/497/gmail-import/#comment-6317</link>
		<dc:creator>David Nicol</dc:creator>
		<pubDate>Thu, 30 Jun 2005 16:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekandproud.net/archives/2004/09/28/497/gmail-import/#comment-6317</guid>
		<description>&lt;p&gt;I have tried using your script and get this warning:
procmail: Suspicious rcfile "/fuse1/56/gte339f/procmailrc"
procmail: Couldn't read "/fuse1/56/gte339f/procmailrc"&lt;/p&gt;
	&lt;p&gt;here is the modified script.  Any help is very much appreciated&lt;/p&gt;
	&lt;p&gt;VERBOSE=off&lt;/p&gt;
	&lt;p&gt;PMDIR=$HOME/.procmail
PATH=$PATH:$HOME/local/bin/
LOGFILE=$PMDIR/log-forward&lt;/p&gt;
	&lt;p&gt;#Get the subject
#Discard some dangerous special chars + any leading and trailing blanks
SUBJECT=`formail -xSubject:
&#124; sed -e 's/[;`]/ /g'
&#124; expand &#124; sed -e 's/^[ ]*//g' -e 's/[ ]*$//g'`&lt;/p&gt;
	&lt;p&gt;# SPAM STUFF
:0fw
&#124;/usr/bin/spamassassin -c /usr/share/spamassassin -p $HOME/.spamassassin/user_prefs&lt;/p&gt;
	&lt;p&gt;:0:
* ^X-Spam-Status: Yes
/dev/null&lt;/p&gt;
	&lt;p&gt;:0fw
&#124;formail -I"Subject: [old] $SUBJECT"&lt;/p&gt;
	&lt;p&gt;:0
dbnicol@gmail.com
&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I have tried using your script and get this warning:<br />
procmail: Suspicious rcfile &#8220;/fuse1/56/gte339f/procmailrc&#8221;<br />
procmail: Couldn&#8217;t read &#8220;/fuse1/56/gte339f/procmailrc&#8221;</p>
<p>here is the modified script.  Any help is very much appreciated</p>
<p>VERBOSE=off</p>
<p>PMDIR=$HOME/.procmail<br />
PATH=$PATH:$HOME/local/bin/<br />
LOGFILE=$PMDIR/log-forward</p>
<p>#Get the subject<br />
#Discard some dangerous special chars + any leading and trailing blanks<br />
SUBJECT=`formail -xSubject:<br />
| sed -e &#8217;s/[;`]/ /g&#8217;<br />
| expand | sed -e &#8217;s/^[ ]*//g&#8217; -e &#8217;s/[ ]*$//g&#8217;`</p>
<p># SPAM STUFF<br />
:0fw<br />
|/usr/bin/spamassassin -c /usr/share/spamassassin -p $HOME/.spamassassin/user_prefs</p>
<p>:0:<br />
* ^X-Spam-Status: Yes<br />
/dev/null</p>
<p>:0fw<br />
|formail -I&#8221;Subject: [old] $SUBJECT&#8221;</p>
<p>:0<br />
<a href="mailto:dbnicol@gmail.com">dbnicol@gmail.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
