Dovetail Email Agent can be configured to take a specific action when it receives an email from a specific email address. Use the <ignoreList> section in the configuration XML file to configure the list of addresses and the action to take for each address.
WARNING: All tag and attribute names are CASE SENSITIVE.
<add> Tag
<ignoreList>
<add address="someone@somewhere.com" action="ignore">
<add address="another@somewhere.com" action="sendFailNotify">
</ignoreList>
Attribute |
Required |
Default |
Description |
|
---|---|---|---|---|
address |
Yes |
N/A |
Specifies the full RFC822/SMTP email address on which to perform the specified ignore action |
|
action |
Yes |
N/A |
Determines which action Dovetail Email Agent should take when a message from this address arrives.
|
See Also |
Next |