Re: [GENERAL] Getting input from email...

From: Christophe Pettus <pettus(at)postdirect(dot)com>
To: PostgreSQL General List <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] Getting input from email...
Date: 1998-10-26 19:43:34
Message-ID: 4.1.19981026114220.00a21310@exchange.postdirect.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I do something of that sort right now to support an email notification
service. Rather than use Procmail, I use scripts written in Perl which
accept a message, parse it up using the Mail::Internet and
Mail::Address modules, and then insert it into the database. Works
like a charm.

At 08:09 AM 10/26/98 , Dan Delaney wrote:
>Hi all.
> I'd like to set up a DB using postgreSQL to archive a
>mailing list. How would I go about getting all of the mail
>sent to the list to be automatically entered into the
>database when it is sent? I assume I would need to set up an
>email address for the list to send to, something like
>"archive(at)blahblah(dot)org", but what would I need to do to get
>it into the database? Something in sendmail? Use procmail?
>Any ideas?
>
> --Dan
>
>-----------------------------------------------------------------------
> Daniel G. Delaney The Louisville Times Chorus
> Dionysos(at)Dionysia(dot)org www.LouisvilleTimes.org
> www.Dionysia.org/~dionysos/ Dionysia Design
> ICQ Number: 8171285 www.Dionysia.com/design/
>-----------------------------------------------------------------------
> "Only two things are infinite: the universe and stupidity--
> and I'm not sure about the former."
> --Albert Einstein

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Doug Smith 1998-10-26 20:42:29
Previous Message Benjamin Gonay 1998-10-26 18:42:47 Re: [GENERAL] Getting input from email...