----- Original Message -----
From: "Goran Jovanovic" <[EMAIL PROTECTED]>
> Thanx for the little script. I ran it and got some weird results. Looks
> like my log is fairly corrupted. I took what you suggested and ran it on
> the imail logs. Not as elegant as your one liner but it works for me.
Yep, nasty log file corruption can get in the way of running nice clean
reports against your log files. The Declude JunkMail logs are the only ones
I ever have corruption issues with. If you want to try this script, it
should give you better/cleaner output:
gawk "{print $3,$2}" l:\spam\dec0820.log | usort | uniq -w 18 | gawk "{print
$2}" | cut -d ":" -f1 | egrep -v "[[:alpha:]]|[[:punct:]]" | egrep
[[:digit:]]{2} | usort | uniq -c
Bill
---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]
---
This E-mail came from the Declude.JunkMail mailing list. To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.JunkMail". The archives can be found
at http://www.mail-archive.com.