Remove
Removes the header from the message, if the
header is part of a list only that header will be
removed.
Add String
*Header
Adds a new header to the end of the list.
Parameter-
List
Match == String
Parameter-
list
Returns true if the header’s list equals to the
string.
!= String
Parameter-
list
Returns true if the header’s list not equals to
the string.
contains String Returns true if the header’s list contains the
string.
!contains String Returns true if the header’s list does not
contain the string.
exists
Returns true if at least one parameter exists in
the list.
!exists
Returns true if the header’s parameter list is
empty.
Action Modify String
Parameter-
list
Replaces the current parameters with the new
value.
Add String
Parameter
Adds a new parameter to the parameter’s list.
Remove
list.
Parameter
Match == String
Parameter
Returns true if the header’s parameter’s value
equals to the value.
!= String
Parameter
Returns true if the header’s parameter’s value
not equals to the value.
contains String Returns true if the header’s parameter
contains the string.
!contains String Returns true if the header’s parameter does
not contain the string.
exists
Returns true if the header’s parameter exists.
!exists
Returns true if the header’s parameter does