I was wondering if there was a better way to do this. I want to show the E-mail address and the time of all rejected E-mails for a specific E-mail address. using the awk print option, I can specify which field to display, but depending on what caused the reject, the fields are not the same. So if I tweak it to print a certain type of reject fine, it won't display the next set correctly.
I was wondering if there was a way to say, print the time, from field, to field, reason for reject regardless of what field they are in. Thanks.
