XML schema:
<xsd:element name=”unresolved” minOccurs=”0”>
<xsd:complexType>
<xsd:choice>
<xsd:element name=”bounce”
type=”xsd:normalizedString”/>
<xsd:element name=”catchTo” type=”EmailString”/>
</xsd:choice>
</xsd:complexType>
</xsd:element>
Element/Attribute |
Optional |
Default Value |
Available since
|
Description |
|---|---|---|---|---|
bounce |
|
|
2.7 |
Reply with a bounce phrase. |
catchTo |
|
|
2.7 |
Forwards all unresolved mail to a given e-mail address. |
Example:
<unresolved>
<bounce>Sample bounce phrase.</bounce>
</unresolved>