For those not familiar with grep, the command below picks out all the instances of the string Chimera from Witango.log and the line preceding the match. Which since I have logging set to a level of "2" gets me the action that caused the crash.
/John
[EMAIL PROTECTED] log.WitangoServer]# grep -B1 Chimera Witango.log
26/01/2004 00:00:06 Version: 5.0.1.065 Chimera (Linux), License number: XXXXX-XXXXX-XXXXX-XXXX, Process ID: 23721
--
26/01/2004 02:32:29 202.164.188.125 [EMAIL PROTECTED] 1469120320 1 126 [Script Action] EMAIL_ADDRESS_CHECKER
26/01/2004 02:32:31 Version: 5.0.1.065 Chimera (Linux), License number: XXXXX-XXXXX-XXXXX-XXXX, Process ID: 14731
--
26/01/2004 06:59:43 159.33.2.41 [EMAIL PROTECTED] 1435566400 1 48 [Script Action] EMAIL_ADDRESS_CHECKER
26/01/2004 06:59:43 Version: 5.0.1.065 Chimera (Linux), License number: XXXXX-XXXXX-XXXXX-XXXX, Process ID: 17079
--
26/01/2004 08:15:25 216.175.213.130 [EMAIL PROTECTED] 1410400960 1 31 [Script Action] CREDIT_CARD_CHECKER1
26/01/2004 08:15:27 Version: 5.0.1.065 Chimera (Linux), License number: XXXXX-XXXXX-XXXXX-XXXX, Process ID: 17979
--
26/01/2004 09:49:40 213.235.197.34 [EMAIL PROTECTED] 1318127680 1 68 [Script Action] EMAIL_ADDRESS_CHECKER
26/01/2004 09:49:44 Version: 5.0.1.065 Chimera (Linux), License number: XXXXX-XXXXX-XXXXX-XXXX, Process ID: 19206
--
26/01/2004 11:58:27 12.107.154.1 [EMAIL PROTECTED] 1393624000 2 5445 [Script Action] EMAIL_ADDRESS_CHECKER
26/01/2004 11:58:29 Version: 5.0.1.065 Chimera (Linux), License number: XXXXX-XXXXX-XXXXX-XXXX, Process ID: 21005
________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
