Hi, I am starting work on re-writing my log file analysis program for the new format. The information that I want to extract is:
Fail tests with weight Total weight Action Taken >From e-mail address To e-mail address Date/Time File Name I am assuming that for this information, I need MID log level. On visual inspection of the MID log file, it looks like this format is: 00/00/00 00:00:00 Qxxxxxxxxx FailedTest1Name:weight FailedTest2Name:weight .... TOTALWEIGHT = weight. 00/00/00 00:00:00 Qxxxxxxxxx Subject: message subject 00/00/00 00:00:00 Qxxxxxxxxx From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] IP: x.x.x.x ID: 00/00/00 00:00:00 Qxxxxxxxxx FailedTest1Name:action FailedTest2Name:action ..... And for multiple recipients, the last three lines are repeated (not sure why subject line is repeated?) for each user with the new TO address appended to the previous TO line. i.e.: To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] Etc. Are my assumptions correct? Thanks, 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.
