summaryrefslogtreecommitdiffstats
path: root/libexec/spamlogd
diff options
context:
space:
mode:
authormatthieu <matthieu@openbsd.org>2004-02-28 14:53:06 +0000
committermatthieu <matthieu@openbsd.org>2004-02-28 14:53:06 +0000
commit9b004573e7df27eb811535f4337c836b607180da (patch)
treec622f1e4a0f5f8bf48117364dda38804b194b7e5 /libexec/spamlogd
parentTest acss too; ok markus@ (diff)
downloadwireguard-openbsd-9b004573e7df27eb811535f4337c836b607180da.tar.xz
wireguard-openbsd-9b004573e7df27eb811535f4337c836b607180da.zip
Fix macro definition if pf.conf example. Ok beck@
Diffstat (limited to 'libexec/spamlogd')
-rw-r--r--libexec/spamlogd/spamlogd.86
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/spamlogd/spamlogd.8 b/libexec/spamlogd/spamlogd.8
index faf0f35407a..1e8ea6197f4 100644
--- a/libexec/spamlogd/spamlogd.8
+++ b/libexec/spamlogd/spamlogd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: spamlogd.8,v 1.2 2004/02/27 18:25:49 beck Exp $
+.\" $OpenBSD: spamlogd.8,v 1.3 2004/02/28 14:53:06 matthieu Exp $
.\"
.\" Copyright (c) 2004 Bob Beck. All rights reserved.
.\"
@@ -75,8 +75,8 @@ An example
.Xr pf.conf 5
configuration for logging such connections is as follows:
.Bd -literal -offset 4n
-$EXT_IF = "fxp0"
-$MAILHOSTS = "{129.128.11.10, 129.128.11.43}"
+EXT_IF = "fxp0"
+MAILHOSTS = "{129.128.11.10, 129.128.11.43}"
pass in log on $EXT_IF inet proto tcp to $MAILHOSTS \e
port smtp keep state
pass out log on $EXT_IF inet proto tcp from $MAILHOSTS \e