PMDF popstore & MessageStore Manager's Guide
PMDF-POP-6.0


Previous | Contents

4.2.4.18 unforward command: remove a forwarding address

Previously established forwarding addresses may be undone with the unforward command. Parameter names and associated values accepted by the command are listed in Table 4-25 .

Table 4-25 unforwardcommand parameters
parameter=value Description
on_error=file-spec Required Name of the formatting file to use to format the results when the command fails.
on_success=file-spec Required Name of the formatting file to use to format the results when the command succeeds.
username=string Required Username for which to remove the forwarding. string has a maximum length of 32 bytes and may not contain wild cards.

When multiple instances of the username parameter are provided, the forwardings for each of the specified usernames are removed.

As an example, consider the command which removes the forwardings for the two usernames sue and tom:

command=unforward&username=sue&username=tom& 
  on_success=unforward_success.txt&on_error=unforward_error.txt 


Previous | Next | Contents