ms_filter_mail Table (311)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
This table connects mail filters (ms_filter) to mailboxes (mail_in_filter).
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | The primary key (auto-incremented) | PK | |
| mail_sorter_id | The reference to the mail filter entry. | FK ms_filter | |
| mail_in_filter_id | The reference to the mailbox. | FK mail_in_filter |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| mail_sorter_id | FK | Index |
| mail_in_filter_id | FK | Index |
Relationships
| Table | Description |
|---|---|
| mail_in_filter | This table contains entries for the mailboxes the eJournal system is fetching mail from (POP3 or IMAP). |
| ms_filter | This table contains email filters. These are the filters allowing you to do advanced parsing of incomming emails. |
Replication Flags
- None
Security Flags
- No access control via user's Role.