summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2015-08-12 14:36:47 +0000
committerjmc <jmc@openbsd.org>2015-08-12 14:36:47 +0000
commit46ddce193739833ca1ae95072b501b4832753f41 (patch)
treed77b5a0d305f0fd716758febb2efae8f29277e1c
parentSupport + and - for dates. (diff)
downloadwireguard-openbsd-46ddce193739833ca1ae95072b501b4832753f41.tar.xz
wireguard-openbsd-46ddce193739833ca1ae95072b501b4832753f41.zip
divert-to a table needs an address family;
from steve shockley ok sthen
-rw-r--r--libexec/spamd/spamd.86
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8
index 86e26854364..2d452efebcb 100644
--- a/libexec/spamd/spamd.8
+++ b/libexec/spamd/spamd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: spamd.8,v 1.129 2015/07/27 17:28:38 sobrado Exp $
+.\" $OpenBSD: spamd.8,v 1.130 2015/08/12 14:36:47 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: July 27 2015 $
+.Dd $Mdocdate: August 12 2015 $
.Dt SPAMD 8
.Os
.Sh NAME
@@ -475,7 +475,7 @@ Any other addresses
are passed to the real MTA.
.Bd -literal -offset 4n
table \*(Ltspamd\*(Gt persist
-pass in on egress proto tcp from \*(Ltspamd\*(Gt to any port smtp \e
+pass in on egress inet proto tcp from \*(Ltspamd\*(Gt to any port smtp \e
divert-to 127.0.0.1 port spamd
.Ed
.Pp