php knowledge base/content management using mailing list archive

php knowledge base/content management using mailing list archive

am 20.10.2007 02:34:37 von John.Pleasanton

Hi,

Currently, we are looking for a knowledge base/content management
system that can use email archives. For example, when I send an email
to some customer, I bcc the email to a predefined email address. The
kb/cms can automatically read the email archive and save it to DB and
categorize it.

It's not neccessary to be real time. The system can be scheduled at
night to analyze the email archives.

Do you have any idea whether there's such php open source project?

Thanks,
john

Re: php knowledge base/content management using mailing list archive

am 20.10.2007 02:45:41 von Jerry Stuckle

John H. wrote:
> Hi,
>
> Currently, we are looking for a knowledge base/content management
> system that can use email archives. For example, when I send an email
> to some customer, I bcc the email to a predefined email address. The
> kb/cms can automatically read the email archive and save it to DB and
> categorize it.
>
> It's not neccessary to be real time. The system can be scheduled at
> night to analyze the email archives.
>
> Do you have any idea whether there's such php open source project?
>
> Thanks,
> john
>
>

Backing up emails is generally done by the MTA, often times by spawning
a process to do the work. I guess it could be done in PHP, but most of
the ones I've seen are done in Perl or C/C++, and are specific to the
site (and MTA). Analysis can be done by PHP, but but generally is done
in C/C++ because of performance and availability of library packages.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================