I was just setting up spamd in blacklist mode on the latest snap and
discovered the man page is missing the "in" between "pass on". Diff
attached.
Index: spamd.8
===================================================================
RCS file: /cvs/src/libexec/spamd/spamd.8,v
retrieving revision 1.117
diff -u -p -r1.117 spamd.8
--- spamd.8     17 Sep 2009 06:37:54 -0000      1.117
+++ spamd.8     18 Mar 2011 23:09:43 -0000
@@ -477,7 +477,7 @@ Any other addresses
 are passed to the real MTA.
 .Bd -literal -offset 4n
 table \*(Ltspamd\*(Gt persist
-pass on egress proto tcp from \*(Ltspamd\*(Gt to any \e
+pass in on egress proto tcp from \*(Ltspamd\*(Gt to any \e
     port smtp rdr-to 127.0.0.1 port spamd
 .Ed
 .Pp

Reply via email to