Hi Terrance, I'm not sure I understand what exactly you are looking for. Is it something like generating stats about which email was send throught which processor in which time etc ? Would be helpful if you could give some more details..
Thx, Norman 2010/4/21 Terrance MacGregor <[email protected]>: > 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 > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
