If I want to do something in an Xlate after the last segment has been processed, how can I determine when to do that? It seems like the flow of segments through the Xlate is to read in a segment, execute all the statements possible based on the logic of the Xlate, then read the next segment and do the same thing until all the segments have been processed. And then the Xlate exits. Or is that what post Xlate tcl procs are for? Because there IS no way to determine the end of message in an Xlate.
Thanks