diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2011-03-19 23:29:46 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2011-03-19 23:29:46 +0000 |
commit | 7f8c3f0c3b30fc03f92045b1a7edfb8969aeb139 (patch) | |
tree | bef7b6912ebb48f32f1195aa5c0679fa3821ba6c /libexec | |
parent | b42eea3129c3f23e24a49da6c9c2c9ff6588f5e6 (diff) |
fix rdr-to example (requires direction); from James Turner
ok jmc@
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/spamd/spamd.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8 index 75b91784e20..738ab2cf55b 100644 --- a/libexec/spamd/spamd.8 +++ b/libexec/spamd/spamd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamd.8,v 1.117 2009/09/17 06:37:54 jmc Exp $ +.\" $OpenBSD: spamd.8,v 1.118 2011/03/19 23:29:45 okan 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: September 17 2009 $ +.Dd $Mdocdate: March 19 2011 $ .Dt SPAMD 8 .Os .Sh NAME @@ -477,8 +477,8 @@ Any other addresses are passed to the real MTA. .Bd -literal -offset 4n table \*(Ltspamd\*(Gt persist -pass on egress proto tcp from \*(Ltspamd\*(Gt to any \e - port smtp rdr-to 127.0.0.1 port spamd +pass in on egress proto tcp from \*(Ltspamd\*(Gt to any port smtp \e + rdr-to 127.0.0.1 port spamd .Ed .Pp Addresses can be loaded into the |