Hi Wolfgang! > I understand that your log contains warning lines listing the subjects > of messages. Each of these lines should contain all the data you want - > except for multiple recipients: the "Subject:" line will only contain > one recipient, even if the message went to hundreds. If that is enough > for you, you could simply > > fgrep -i Subject: /your/log/file > > To catch all recipients, you would have to find the respective queue IDs > of each mail and search for that.
You are right. Thanks for this ideas! But that's if I want to create a log analyzing tool by myself from ground up. (But for a quick view it is helpful, of course.) Unfortunately the recipients are important to me. (-> Which mails got a selected recipient?) Additionally I would miss the state of delivery if I only analyze the subject line. (My hope is that there must be a solution already.) Cheers, H.