rk@parse.com (Robert Krten) writes:
> I'm wondering if there's a way to have spamd automatically
> whitelist *blocks* of addresses?
spamd.conf(5) says:
The format of the list of addresses is expected to consist of one network
block or address per line (optionally followed by a space and text that
is ignored). Comment lines beginning with # are ignored. Network blocks
may be specified in any of the formats as in the following example:
# CIDR format
192.168.20.0/24
# A start - end range
192.168.21.0 - 192.168.21.255
# As a single IP address
192.168.23.1
Is this not working?
// marc