diff options
| author | 2003-01-01 21:04:56 +0000 | |
|---|---|---|
| committer | 2003-01-01 21:04:56 +0000 | |
| commit | 1ad9a9f2af0322a85a970c681345e04a434c82cd (patch) | |
| tree | fb5567bf4da4f530a3243e183d71a8a7dcffb17e | |
| parent | Fix real source of error message when FEATURE(nullclient) is used. (diff) | |
| download | wireguard-openbsd-1ad9a9f2af0322a85a970c681345e04a434c82cd.tar.xz wireguard-openbsd-1ad9a9f2af0322a85a970c681345e04a434c82cd.zip | |
the the; bsd@openbsd.rutgers.edu
| -rw-r--r-- | libexec/spamd/spamd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8 index 3c2f9a12fc2..745b6cebb1e 100644 --- a/libexec/spamd/spamd.8 +++ b/libexec/spamd/spamd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamd.8,v 1.6 2002/12/31 12:19:57 avsm Exp $ +.\" $OpenBSD: spamd.8,v 1.7 2003/01/01 21:04:56 deraadt Exp $ .\" .\" Copyright (c) 2002 Theo de Raadt. All rights reserved. .\" @@ -94,7 +94,7 @@ rdr rules. With .Xr pf 4 , connections to port 25 (SMTP) can be redirected to another host or port, -based on the the source address of the sender. +based on the source address of the sender. The .Pa rdr rules used for this purpose are described in |
