<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Is there a way to bcc an email into a database somewhere?</title>
	<link>http://ask.metafilter.com/57313/Is-there-a-way-to-bcc-an-email-into-a-database-somewhere/</link>
	<description>Comments on Ask MetaFilter post Is there a way to bcc an email into a database somewhere?</description>
	<pubDate>Tue, 20 Feb 2007 06:32:37 -0800</pubDate>
	<lastBuildDate>Tue, 20 Feb 2007 06:32:37 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Is there a way to bcc an email into a database somewhere?</title>
		<link>http://ask.metafilter.com/57313/Is-there-a-way-to-bcc-an-email-into-a-database-somewhere</link>	
		<description>Is there a way to bcc an email into a database somewhere? &lt;br /&gt;&lt;br /&gt; I&apos;m using Gallery2, and really like the emails it sends the customer and me. I don&apos;t want to rewrite that form. &lt;br&gt;
&lt;br&gt;
I&apos;d just like to be able to copy a database in on it, so it saves them all somewhere. Any ideas?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.57313</guid>
		<pubDate>Tue, 20 Feb 2007 06:13:07 -0800</pubDate>
		<dc:creator>andrewzipp</dc:creator>
		
			<category>bcc</category>
		
			<category>email</category>
		
			<category>form</category>
		
			<category>gallery</category>
		
	</item> <item>
		<title>By: devbrain</title>
		<link>http://ask.metafilter.com/57313/Is-there-a-way-to-bcc-an-email-into-a-database-somewhere#861798</link>	
		<description>Do you have control over the MTA (sendmail, postfix, exim, etc) that gallery2 pipes it&apos;s mail to?  IF you do, then keeping a blind cc of anything passing through will be trivial.  If not, then rewriting the form may be your best option (which itself shouldn&apos;t be too hard but will mean a hint of extra maintenance every time you upgrade the code).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.57313-861798</guid>
		<pubDate>Tue, 20 Feb 2007 06:32:37 -0800</pubDate>
		<dc:creator>devbrain</dc:creator>
	</item><item>
		<title>By: mkultra</title>
		<link>http://ask.metafilter.com/57313/Is-there-a-way-to-bcc-an-email-into-a-database-somewhere#861816</link>	
		<description>OK, you&apos;ve got your email in a database, then what? Are you going to write SQL every time you want to look something up?&lt;br&gt;
&lt;br&gt;
In a nutshell, what are you really trying to accomplish? If you just want to maintain an archive for these emails, create a dedicated email address that you bcc: this stuff to. If you can handle Google owning all that content, GMail is a damn fine email database. Most modern desktop clients, though, offer search that is probably good enough for what you want. If you need to export out lists or archives, there are tons of shareware tools that will do this for you- there are a bunch that archive to FileMaker, and I assume the same for Access.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.57313-861816</guid>
		<pubDate>Tue, 20 Feb 2007 07:03:19 -0800</pubDate>
		<dc:creator>mkultra</dc:creator>
	</item><item>
		<title>By: aneel</title>
		<link>http://ask.metafilter.com/57313/Is-there-a-way-to-bcc-an-email-into-a-database-somewhere#861908</link>	
		<description>&lt;i&gt;I&apos;m using Gallery2, and really like the emails it sends the customer and me.&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
The emails are already going to you? If you&apos;re receiving them on a machine where procmail is running, you could just make a recipe that sends a copy of them to whatever script you want...&lt;br&gt;
&lt;br&gt;
&lt;pre&gt;:0 c&lt;br&gt;
* ^From:.*gallery@whatever&lt;br&gt;
| insert_email_in_db.sh&lt;/pre&gt;&lt;br&gt;
&lt;br&gt;
Then it&apos;s just a Small Matter Of Programming to write the script you need to do the insert...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.57313-861908</guid>
		<pubDate>Tue, 20 Feb 2007 09:03:01 -0800</pubDate>
		<dc:creator>aneel</dc:creator>
	</item>
	</channel>
</rss>
