Re: [Declude.JunkMail] Parse Log File

2003-11-20 Thread Bill Landry
If you have the Win32 UNIX tool (if not, you can get them at: http://unxutils.sourceforge.net/), you can run the following script: grep From: spam\dec1119.log | gawk {print $(NF-2)} | usort | uniq -c | usort which will produce output like: 86 38.113.200.29 88 38.113.200.28 94 207.244.68.34

Re: [Declude.JunkMail] Parse Log File

2003-11-20 Thread Matthew Bramble
Is it me, or does that look more like a Bill the Cat quote than a bunch of piped commands? ack spam.log | phhhbbbpppth | gawk Oop ack! :) Bill Landry wrote: If you have the Win32 UNIX tool (if not, you can get them at: http://unxutils.sourceforge.net/), you can run the following script:

RE: [Declude.JunkMail] Parse Log File

2003-11-20 Thread John Shacklett
November 2003 12:00 PM To: [EMAIL PROTECTED] Subject: Re: [Declude.JunkMail] Parse Log File If you have the Win32 UNIX tool (if not, you can get them at: http://unxutils.sourceforge.net/), you can run the following script: grep From: spam\dec1119.log | gawk {print $(NF-2)} | usort | uniq -c | usort

Re: [Declude.JunkMail] Parse Log File

2003-11-20 Thread Administration
I'm using the option LOG_OK NONE in the config file so only those messages marked as spam should have their IP addresses in the log file where did u set this option? what config file are you referring to? ken Thursday, November 20, 2003, 11:18:48 AM, you wrote: CC I'm hoping someone can point