config emailfilter bwl
Configure anti-spam black/white list.
config emailfilter bwl
Description: Configure anti-spam black/white list.
edit <id>
set comment {var-string}
config entries
Description: Anti-spam black/white list entries.
edit <id>
set status [enable|disable]
set type [ip|email]
set action [reject|spam|...]
set addr-type [ipv4|ipv6]
set ip4-subnet {ipv4-classnet}
set ip6-subnet {ipv6-network}
set pattern-type [wildcard|regexp]
set email-pattern {string}
next
end
set name {string}
next
end
config emailfilter bwl
|
Parameter |
Description |
Type |
Size |
|---|---|---|---|
|
comment |
Optional comments. |
var-string |
Maximum length: 255 |
|
id |
ID. |
integer |
Minimum value: 0 Maximum value: 4294967295 |
|
name |
Name of table. |
string |
Maximum length: 63 |
config entries
|
Parameter |
Description |
Type |
Size |
|||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
status |
Enable/disable status. |
option |
- |
|||||||||
|
|
|
|||||||||||
|
id |
Entry ID. |
integer |
Minimum value: 0 Maximum value: 4294967295 |
|||||||||
|
type |
Entry type. |
option |
- |
|||||||||
|
|
|
|||||||||||
|
action |
Reject, mark as spam or good email. |
option |
- |
|||||||||
|
|
|
|||||||||||
|
addr-type |
IP address type. |
option |
- |
|||||||||
|
|
|
|||||||||||
|
ip4-subnet |
IPv4 network address/subnet mask bits. |
ipv4-classnet |
Not Specified |
|||||||||
|
ip6-subnet |
IPv6 network address/subnet mask bits. |
ipv6-network |
Not Specified |
|||||||||
|
pattern-type |
Wildcard pattern or regular expression. |
option |
- |
|||||||||
|
|
|
|||||||||||
|
email-pattern |
Email address pattern. |
string |
Maximum length: 127 |
|||||||||