> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ms_filter_mail table

> This table connects mail filters (ms_filter) to mailboxes (mail_in_filter).

## ms\_filter\_mail Table (311)

This table connects mail filters (ms\_filter) to mailboxes (mail\_in\_filter).

## Fields

| Name                 | Description                             | Type                                        | Nullable |
| -------------------- | --------------------------------------- | ------------------------------------------- | :------: |
| id                   | The primary key (auto-incremented)      | PK                                          |    No    |
| mail\_sorter\_id     | The reference to the mail filter entry. | FK [ms\_filter](./ms-filter.mdx)            |    No    |
| mail\_in\_filter\_id | The reference to the mailbox.           | FK [mail\_in\_filter](./mail-in-filter.mdx) |    No    |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/bBv7ep-d5A4oaYwj/media/loc/en/database/tables/ms_filter_mail.png?fit=max&auto=format&n=bBv7ep-d5A4oaYwj&q=85&s=e395661e1ad0b251325321f8dbbc0005" alt="ms_filter_mail table relationship diagram" width="680" height="59" data-path="media/loc/en/database/tables/ms_filter_mail.png" />

## Indexes

| Fields               | Types | Description |
| -------------------- | ----- | ----------- |
| mail\_sorter\_id     | FK    | Index       |
| mail\_in\_filter\_id | FK    | Index       |

## Relationships

| Table                                | Description                                                                                                       |
| ------------------------------------ | ----------------------------------------------------------------------------------------------------------------- |
| [mail\_in\_filter](./mail-in-filter) | This table contains entries for the mailboxes the eJournal system is fetching mail from (POP3 or IMAP).           |
| [ms\_filter](./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.
