Alertra Script Language 1.9
dnsbl
Checks the given IP against DNS block lists used by mail servers to reject mail from known or suspected spam sources. Currently checks the sbl-xbl.spamhaus.org combined list.
If the IP is in the block lists this command will generate an error.
usage: dnsbl [IP]
parameters:
req | name | type | description |
---|---|---|---|
Y | ip | expression | The IP address to check with the DNS block lists. |
examples
dnsbl 192.168.1.1
Check the DNS block lists for 192.168.1.1.
Alertra Script Language: Language Reference