Re: [Mimedefang] Script for categorizing spam by hits?

2006-09-28 Thread Renaud PASCAL
Le mardi 19 juillet 2005 21:49, Johann a écrit : > > Renaud PASCAL wrote: > > > > Well, not exactly the same slices, and not in the same cols/rows order, > > also, hum, let's say "the beautifying is quite rough" ... > > but it may give you a start ;-) > > > > # gawk '/spam,/{ v[int( $4/5)]++}; E

Re: [Mimedefang] Script for categorizing spam by hits?

2005-07-20 Thread James Ebright
On Tue, 19 Jul 2005 12:49:26 -0700, Johann wrote > Thank You! I hadn't really thought about a more detailed analysis > than what GraphDefang does, but this is really cool. A little css, a > little php, and viola! http://mail.srar.com/stats/stats.php . > Justification for tweaking the dang thing

Re: [Mimedefang] Script for categorizing spam by hits?

2005-07-20 Thread Renaud PASCAL
Le Mardi 19 Juillet 2005 21:49, Johann a écrit : > > Renaud PASCAL wrote: > > > > Well, not exactly the same slices, and not in the same cols/rows order, > > also, hum, let's say "the beautifying is quite rough" ... > > but it may give you a start ;-) > > > > # gawk '/spam,/{ v[int( $4/5)]++}; E

Re: [Mimedefang] Script for categorizing spam by hits?

2005-07-19 Thread Johann
Renaud PASCAL wrote: > > Well, not exactly the same slices, and not in the same cols/rows order, > also, hum, let's say "the beautifying is quite rough" ... > but it may give you a start ;-) > > # gawk '/spam,/{ v[int( $4/5)]++}; END{for(i in v){print " scores "5*i" to > "5*(i+1)", have:" v[i]

Re: [Mimedefang] Script for categorizing spam by hits?

2005-07-19 Thread Renaud PASCAL
Le Jeudi 14 Juillet 2005 17:19, Matthew Thomas a écrit : > Does anyone have a script written to loop through mail logs and return > the number of spams (via spamassassin) categorized by hits? > > For example: > > Hits: Count: > 5-7 1234 > 7.01-9 2345 > 9.01-12 3456 > >

Re: [Mimedefang] Script for categorizing spam by hits?

2005-07-14 Thread Arthur Corliss
On Thu, 14 Jul 2005, Matthew Thomas wrote: > Does anyone have a script written to loop through mail logs and return > the number of spams (via spamassassin) categorized by hits? > > For example: > > Hits: Count: > 5-7 1234 > 7.01-9 2345 > 9.01-12 3456 > > And so on. If

[Mimedefang] Script for categorizing spam by hits?

2005-07-14 Thread Matthew Thomas
Does anyone have a script written to loop through mail logs and return the number of spams (via spamassassin) categorized by hits? For example: Hits: Count: 5-7 1234 7.01-9 2345 9.01-12 3456 And so on. If you have such and would be willing to send it to me, I'd ap