Home
Personal
Unix
Programming
Networking
Documents
Reporting
APCUPS
SpamAssassin
DBMail
Weblog
CityRail
BOM pictures
Other projects
Contact me
               
   

SpamAssassin (in combination with LogReports Lire)

The ISP I work for has offered a new service to its clients, spam-tagging. Not spam-filtering, just tagging. Of course they're using SpamAssassing for it.

Logfile format

The SpamAssassin logfile is very easy:

Oct 29 00:00:21 mag spamd[68773]: processing message <903E3@PERNT55> for yvette:65534, expecting 137783 bytes. 
Oct 29 00:00:21 mag spamd[68773]: clean message (-4.9/10.0) for yvette:65534 in 2 seconds, 137783 bytes.
Oct 29 00:04:59 mag spamd[69136]: processing message <200210@extmail.barnet.com.au> for blackburn:65534, expecting 4693 bytes. 
Oct 29 00:04:59 mag spamd[69136]: identified spam (10.4/10.0) for blackburn:65534 in   0 seconds, 4693 bytes. 
The first line is the message-id, the user and the size. The second line is the result (clean message or identified spam), the score, the duration and the received messagesize.

The result

                                                                  
Report generated: 2002-10-30 13:29:45 EST
Reporting on period:
2002-10-22 00:00:00 EST - 2002-10-30 00:00:04 EST

                               Statistics
                               ----------

  Total number of message scanned

   2002-10-21 ................................................ 0
   2002-10-22 ............................................. 4984
   2002-10-23 ............................................. 4810
   2002-10-24 ............................................. 4819
   2002-10-25 ............................................. 4577
   2002-10-26 ............................................. 1572
   2002-10-27 ............................................. 1576
   2002-10-28 ............................................. 4226
   2002-10-29 ............................................. 4782

  Total number of messages tagges as spam

   2002-10-21 ................................................ 0
   2002-10-22 .............................................. 131
   2002-10-23 .............................................. 113
   2002-10-24 .............................................. 122
   2002-10-25 ............................................... 94
   2002-10-26 .............................................. 109
   2002-10-27 ............................................... 86
   2002-10-28 .............................................. 106
   2002-10-29 .............................................. 154

  Maximum spam score

   2002-10-21 .............................................. n/a
   2002-10-22 ............................................. 51.9
   2002-10-23 ............................................. 50.5
   2002-10-24 ............................................. 45.7
   2002-10-25 ............................................. 41.8
   2002-10-26 ............................................. 43.7
   2002-10-27 ............................................. 43.1
   2002-10-28 ............................................. 41.7
   2002-10-29 ............................................. 51.8

  Maximum delay added to message delivery

   2002-10-21 .............................................. n/a
   2002-10-22 ............................................... 9s
   2002-10-23 .............................................. 11s
   2002-10-24 .............................................. 21s
   2002-10-25 ............................................... 8s
   2002-10-26 ............................................... 7s
   2002-10-27 ............................................... 6s
   2002-10-28 .............................................. 12s
   2002-10-29 ............................................. 8.7m

  Average delay added to message delivery

   2002-10-21 .............................................. n/a
   2002-10-22 ............................................. 0.2s
   2002-10-23 ............................................. 0.3s
   2002-10-24 ............................................. 0.3s
   2002-10-25 ............................................. 0.3s
   2002-10-26 ............................................. 0.3s
   2002-10-27 ............................................. 0.3s
   2002-10-28 ............................................. 0.3s
   2002-10-29 ............................................. 0.8s

                           The Poor Bastards
                           -----------------

  Top of people receiving spam

   rmargetts ................................................ 87
   brogan ................................................... 68
   yvette ................................................... 64
   dcampbell ................................................ 57
   michaelg ................................................. 45
   smark .................................................... 43
   lmcdonald ................................................ 36
   blackburn ................................................ 33
   efullerton ............................................... 33
   sramsay .................................................. 33

       
               
               

$Id: spamd.php,v 1.1 2002/10/30 05:12:05 mavetju Exp $