mail_block Table (316)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
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 | Null |
|---|---|---|---|
| id | The primary key (auto-incremented) | PK | |
| mail_addr | The email address | String(255) | ● |
| last_update | Last time we adjusted the value for this email address. | Int | ● |
| time_pool | The current value for this email address. | Int | ● |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
Replication Flags
- None
Security Flags
- No access control via user's Role.