msys.policyeditor.get_mess_recv_via
Last updated March 2020
Name
msys.policyeditor.get_mess_recv_via — Return the IP:port combination on which the message was received
Synopsis
msys.policyeditor.get_mess_recv_via(ctx, vars, params);
ctx: table vars: table params: table
**Configuration Change. ** This function is deprecated. Use local svc_point = msg:listener_addr('ip')
to get the IP address of the listener that the message was received on. For more information see msg:listener_addr.
Description
Return the IP:port combination on which the message was received.
The ctx
parameter is the context containing objects from the callout, vars
is a table containing script variables and params
is a table containing parameters to be passed to this routine.
There are no defined parameters for params
.
See Also
Was this page helpful?