Name

filter

Simple Forwarder — Forwards mail for one address to another

<filter class="xms.examples.SimpleForwarder" />

Table 25. Attributes for filter tag (for xms.examples.SimpleForwarder)

NameDescriptionTypeDefault ValueRequired
forwardToNew email addressString any character combinationnoneyes
mailForOriginal email addressString any character combinationnoneyes

Example 30. Example configuration for Simple Forwarder

Required attributes are marked with a bold typeface

<filter class="xms.examples.SimpleForwarder"
      forwardTo="forwardTo"
      mailFor="mailFor" />