On Tue, Aug 11, 2015 at 11:28:06PM -0400, Steve Shockley 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.
> 
> [1] http://daemonforums.org/showthread.php?t=8271
> 

i just fixed the doc after stuart confirmed it's a doc issue.
jmc

Reply via email to