msys.policyeditor.del_header
Last updated March 2020
Name
msys.policyeditor.del_header — Remove a header from the message
Synopsis
msys.policyeditor.del_header(ctx, vars, params);
ctx: table vars: table params: table
**Configuration Change. ** This function is deprecated. Use msg:header("X-hdr", "")
to remove a header. For more information see msg:header.
Description
Remove a header from the message.
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.
The defined parameter for params
is: header
the name of the header to delete.
See Also
Was this page helpful?