config emailfilter bwl
Configure anti-spam black/white list.
config emailfilter bwl
Description: Configure anti-spam black/white list.
edit <id>
set name {string}
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
next
end
config emailfilter bwl
Parameter |
Description |
Type |
Size |
Default |
---|---|---|---|---|
name |
Name of table. |
string |
Not Specified |
|
comment |
Optional comments. |
var-string |
Not Specified |
|
config entries
Parameter |
Description |
Type |
Size |
Default |
||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
status |
Enable/disable status. |
option |
- |
enable |
||||||||
|
|
|||||||||||
type |
Entry type. |
option |
- |
ip |
||||||||
|
|
|||||||||||
action |
Reject, mark as spam or good email. |
option |
- |
spam |
||||||||
|
|
|||||||||||
addr-type |
IP address type. |
option |
- |
ipv4 |
||||||||
|
|
|||||||||||
ip4-subnet |
IPv4 network address/subnet mask bits. |
ipv4-classnet |
Not Specified |
0.0.0.0 0.0.0.0 |
||||||||
ip6-subnet |
IPv6 network address/subnet mask bits. |
ipv6-network |
Not Specified |
::/128 |
||||||||
pattern-type |
Wildcard pattern or regular expression. |
option |
- |
wildcard |
||||||||
|
|
|||||||||||
email-pattern |
Email address pattern. |
string |
Not Specified |
|