Stats |
Post Reply |
Author | |
kspare
Senior Member Joined: 26 January 2005 Location: Canada Status: Offline Points: 334 |
Post Options
Thanks(0)
Posted: 05 August 2005 at 2:54pm |
What are people doing to provide stats to their customers? In the way of showing how many emails were recieved etc amoutn of spam etc etc
|
|
Alan
Groupie Joined: 06 May 2005 Location: United States Status: Offline Points: 43 |
Post Options
Thanks(0)
|
Sawmill
|
|
Derk
Groupie Joined: 26 January 2005 Location: United States Status: Offline Points: 39 |
Post Options
Thanks(0)
|
I wrote a Cold Fusion user interface and I have a scheduled task that runs every 15 minutes. It searches through the spamfilter.ini for "EmailsBlocked", extracts the value, and updates a table in the database. I then display the variable on the login page. Here is my code:
<cffile action = "read" file = "#thepath##thefile#" variable="spamstats"> <cfset blockedstart=findnocase("EmailsBlocked=",spamstats)+14>
<cfquery name="setblocked" datasource = "#application.dsource#"> |
|
pcmatt
Senior Member Joined: 15 February 2005 Location: United States Status: Offline Points: 116 |
Post Options
Thanks(0)
|
I have a program that I wrote (SF2DB.exe SpamFilter Logs 2 Database) that runs on Windows servers and parses the SpamFilter log files combining all of the log entries for each email message into your favorite database. Once in the database you may perform queries, write reports and analyse both rejected and approved email transactions. Currently I parse all log files after midnight each night for the previous day and therefore am able to maintain an detailed database reporting system on all SpamFilter emails processed that is always current as of midnight the night before. I use asp html reports and crystal reports to report on the data. Info and download link: http://www.ServerBoss.com/SF2DB
|
|
-Matt R
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
This page was generated in 0.289 seconds.