dee,
You can retrieve this information by issuing a couple of commands from an MSDOS prompt on SpamFilter's server, using the "FIND" command to count the number of lines in SpamFilter's activity logfile that contain certain strings.
For example, to count the total number of email attempts received by SpamFilter, you can look for the number of lines that contain the text "Connection from". To do this, open an MSDOS prompt, navigate to SpamFilter's logfile directory, and issue the command:
D:\SpamFilter\logfiles>find /c /i "Connection from" 20101118.log ---------- 20101118.LOG: 26031
You will see the number of matching lines in the result - 26,031 email attempts in the above example.
You can then count the number of emails that SpamFilter forwarded to your email server - these are the "clean", non-spam emails that SpamFilter identified. This is done by looking for the number of lines that contain the text "was queued". The command in this case is: D:\SpamFilter\logfiles>find /c /i "was queued" 20101118.log ---------- 20101118.LOG: 238
In this example that number is 238.
The percentage of clean emails allowed is then (238/26031) * 100 = 0.9% The number of emails blocked will be 100 - (% of clean emails), in the above case it's then 100% - 0.9% = 99.1%
The above numbers were actual numbers for the amount of emails we received yesterday at logsat.com. Please note that we receive a *lot* of spam, and are thus blocking a very high percentage of it. In other cases usually the amount of spam varies between 70%-90% of the total emails received (instead of the 99.1% we receive).
------------- Roberto Franceschetti
http://www.logsat.com" rel="nofollow - LogSat Software
http://www.logsat.com/sfi-spam-filter.asp" rel="nofollow - Spam Filter ISP
|