Hi,

I am about to write a metrics program to track some basic email metrics per
processor.  What I was looking for the ability to store some email metrics
in a database.  Does anyone know of a program out there that has already
been written?

This is how I see this working:

*config example:*
-----------------------------------------------------------------------
<processor name="processMessageFromMarty">
     <mailet matcher="All" mailet="EmailAuditing">
     </mailet>
</processor>

*
EmailAuditing Mailet*

service(Mail){
   //insert email metrics into the database
}


*Datebase table would look something like this:*
-----------------------------------------------------------------------
>From | To | SubjectLine | Timestamp | ProcessorName

Reply via email to