Re: spamd.8 patch

2011-03-19 Thread Okan Demirmen
On Fri 2011.03.18 at 19:11 -0400, James Turner wrote:
 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.

thanks!



spamd.8 patch

2011-03-18 Thread James Turner
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 -  1.117
+++ spamd.8 18 Mar 2011 23:09:43 -
@@ -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