summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-01-08 22:54:26 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-01-08 22:54:26 +0000
commitd0ba60855ee0dc7fc5c75a0bdf9e24f33ab1b5e7 (patch)
tree8a5bb2e4c0fd6c9e02323de1e60d7ba9bf6bf7b8 /libexec
parent9cbab18fea343a44d6a9a457e60710469de3b89a (diff)
simplify the suggested pf ruleset; ok beck
Diffstat (limited to 'libexec')
-rw-r--r--libexec/spamd/spamd.88
1 files changed, 3 insertions, 5 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8
index 933b49d0237..2c1c591fce3 100644
--- a/libexec/spamd/spamd.8
+++ b/libexec/spamd/spamd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: spamd.8,v 1.107 2007/08/11 06:09:02 jmc Exp $
+.\" $OpenBSD: spamd.8,v 1.108 2008/01/08 22:54:25 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: August 11 2007 $
+.Dd $Mdocdate: January 8 2008 $
.Dt SPAMD 8
.Os
.Sh NAME
@@ -282,9 +282,7 @@ The following
example is suggested:
.Bd -literal -offset 4n
table \*(Ltspamd-white\*(Gt persist
-no rdr inet proto tcp from \*(Ltspamd-white\*(Gt to any \e
- port smtp
-rdr pass inet proto tcp from any to any \e
+rdr pass inet proto tcp from !\*(Ltspamd-white\*(Gt to any \e
port smtp -\*(Gt 127.0.0.1 port spamd
.Ed
.Pp