Stores bounce back e-mail retry policies.
Column Descriptions:
| Name | Type | Description |
| EMLPOLICY_ID | INTEGER NOT NULL | The primary key. |
| NUMRETRIES | SMALLINT NOT NULL | The maximum number of times the retry may be
attempted. |
| INTERVAL | INTEGER NOT NULL | The number of minutes between each retry
attempt. |
| OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
| Name | Column Names | Type |
| <SYSTEM-GENERATED> | EMLPOLICY_ID | Primary Key |
Referenced By Child Tables:
| Constraint | Columns | Child Table | Child Columns | Type |
| F_1037 | EMLPOLICY_ID | EMLSTRPLCY | EMLPOLICY_ID | Cascade |