diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2004-02-28 14:53:07 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2004-02-28 14:53:07 +0000 |
commit | 4eabce021a42e2be2ad36fcee2648c37cb7c584f (patch) | |
tree | 648c60f8e9d8d0e502a0075011a81c12ea7553e0 /libexec | |
parent | 12fec13d6707e217a4012c1e21175858ab1a34a8 (diff) |
Fix macro definition if pf.conf example. Ok beck@
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/spamlogd/spamlogd.8 | 6 |
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 |