> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# mail_block table

> This table controls the spam-protection system, ensuring that a single email recipient does not recieve too many emails during a certain period of time.

## mail\_block Table (316)

This table controls the spam-protection system, ensuring that a single email recipient does not recieve too many emails during a certain period of time.

## Fields

| Name         | Description                                             | Type        | Nullable |
| ------------ | ------------------------------------------------------- | ----------- | :------: |
| id           | The primary key (auto-incremented)                      | PK          |    No    |
| mail\_addr   | The email address                                       | String(255) |    Yes   |
| last\_update | Last time we adjusted the value for this email address. | Int         |    Yes   |
| time\_pool   | The current value for this email address.               | Int         |    Yes   |

<img src="https://mintcdn.com/superofficeas-worktree-351-fix-webapi-escaped-anchors/lG_0VSOpA0nSl_9s/media/loc/en/database/tables/mail_block.png?fit=max&auto=format&n=lG_0VSOpA0nSl_9s&q=85&s=5dc3abe4606ccf337f7212a149aaadcc" alt="mail_block table relationship diagram" width="108" height="59" data-path="media/loc/en/database/tables/mail_block.png" />

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
