diff options
author | 2006-08-15 20:52:12 +0000 | |
---|---|---|
committer | 2006-08-15 20:52:12 +0000 | |
commit | 57899ea994c1b0a8f857afbe5f6156acd1427442 (patch) | |
tree | f4e783b25e9a483123b0d0c65d72fe7768023879 | |
parent | Some VS4k/90 have the uVAX bit set in confdata, do not report them as uVAXens. (diff) | |
download | wireguard-openbsd-57899ea994c1b0a8f857afbe5f6156acd1427442.tar.xz wireguard-openbsd-57899ea994c1b0a8f857afbe5f6156acd1427442.zip |
-r only applies to blacklists. ok beck@
-rw-r--r-- | libexec/spamd/spamd.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8 index 527297ed1cf..cd4a6c5d41c 100644 --- a/libexec/spamd/spamd.8 +++ b/libexec/spamd/spamd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamd.8,v 1.60 2006/05/15 16:47:48 jcs Exp $ +.\" $OpenBSD: spamd.8,v 1.61 2006/08/15 20:52:12 kjell Exp $ .\" .\" Copyright (c) 2002 Theo de Raadt. All rights reserved. .\" @@ -110,7 +110,8 @@ The default port is found by looking for the named service using .Xr getservbyname 3 . .It Fl r Ar reply -The SMTP error to return to the spammer, i.e. 450, 451, 550. +For blacklisted entries, the SMTP error to return to the spammer, +e.g. 450, 451, 550. This defaults to 450. .It Fl S Ar secs Stutter at greylisted connections for the specified amount |