fud30_email_block - fudforum/FUDforum GitHub Wiki
Description of FUDforum table fud30_email_block. This table tracks e-mail addresses and regular expressions that are blocked. For more information, see E-mail Filter.
Column Name | Datatype | Can be Null? | Key? | Default | Description |
---|---|---|---|---|---|
id | int(11) | NO | PRI | - | auto_increment |
email_block_opt | int(11) | NO | - | 1 | Options (see below). |
string | varchar(255) | NO | UNI | - | E-Mail address or regex to block. |
Index Name | Uniqueness | Column Name | Seq in index | Comments |
---|---|---|---|---|
PRIMARY | UNIQUE | id | 1 | |
fud30_email_block_i_s | UNIQUE | string | 1 |
Binary values for email_block_opt:
- 1 = type (SIMPLE/REGEX)