On 2015-08-12, Steve Shockley <[email protected]> wrote: > 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.
It looks like it's just incorrect docs after the divert-to conversion.

