In spamd.8, it shows: BLACKLIST-ONLY MODE [...]
table <spamd> persist
pass in on egress proto tcp from <spamd> to any port smtp \
divert-to 127.0.0.1 port spamd
However, it appears pf requires inet when diverting to a table[1]:
pass in on egress inet proto tcp from <spamd> to any port smtp \
divert-to 127.0.0.1 port spamd
Is this out-of-date docs, or do I misunderstand the syntax? Thanks.
[1] http://daemonforums.org/showthread.php?t=8271

