NAME

spasmdb - spasm database generator

SYNOPSIS

spasmdb dbname
spasmdb {--help | --version}

DESCRIPTION

spasmdb generates a blacklist database named dbname from stdin to be used by spasm. Blacklist entries are one per line, and may be an envelope sender address, server IP address, or server hostname. Server IP addresses and hostnames are CIDR and substring matches as described in spasm(1).

NOTES

*
The blacklist database is created in the location defined by the Blacklists option in spasm.conf .
*
Blacklist entries must not include embedded spaces.
*
If the first character of a blacklist entry is `#', the entire entry is ignored.

SEE ALSO

spasm(1), spasmd(8)

AUTHOR

Sean Hanson

BUGS

None that I know of. ;)