This can be done either in a Tcl proc or via the Translate.
Generally the preferred method is to use Tcl.
Here we generally place the Tcl proc (we typically use one argument driven Tcl proc for nearly all of our filtering) in the route (pre Xlate). Another method is to use the TrxID UPoC (Tcl).
If using the Xlate, you would do a SUPPRESS when you want to KILL the message.
email: jim.kosloskey@jim-kosloskey.com 29+ years Cloverleaf, 59 years IT - old fart.
If we have a tclproc that has already parsed the message, we use this proc to set message meta data to store routing information. The trx proc just returns the meta data.
e.g.
proc har_code_trx_id {aMsgId} {
#
# The Route is in the user data
#
set myTrxId [msgmetaget $aMsgId USERDATA]
return $myTrxId
}
If we don’t have a proc, then we code a trx proc.
Author
Replies
Viewing 1 reply thread
The forum ‘Cloverleaf’ is closed to new topics and replies.