From e3868951327292b22fe8f7e9a7edde5db68b4f05 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Mon, 7 Sep 2009 09:43:58 +0000 Subject: the example pf rules should be "pass in", not just "pass"; ok henning --- libexec/spamd/spamd.8 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libexec') diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8 index f07b888e46c..1ff678b460f 100644 --- a/libexec/spamd/spamd.8 +++ b/libexec/spamd/spamd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamd.8,v 1.115 2009/09/01 14:46:43 todd Exp $ +.\" $OpenBSD: spamd.8,v 1.116 2009/09/07 09:43:57 jmc Exp $ .\" .\" Copyright (c) 2002 Theo de Raadt. All rights reserved. .\" @@ -22,7 +22,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 1 2009 $ +.Dd $Mdocdate: September 7 2009 $ .Dt SPAMD 8 .Os .Sh NAME @@ -283,10 +283,10 @@ example is suggested: .Bd -literal -offset 4n table \*(Ltspamd-white\*(Gt persist table \*(Ltnospamd\*(Gt persist -pass on egress proto tcp from any to any port smtp \e +pass in on egress proto tcp from any to any port smtp \e rdr-to 127.0.0.1 port spamd -pass on egress proto tcp from \*(Ltnospamd\*(Gt to any port smtp -pass on egress proto tcp from \*(Ltspamd-white\*(Gt to any port smtp +pass in on egress proto tcp from \*(Ltnospamd\*(Gt to any port smtp +pass in on egress proto tcp from \*(Ltspamd-white\*(Gt to any port smtp .Ed .Pp .Nm -- cgit v1.2.3