diff options
author | 2007-05-19 21:44:21 +0000 | |
---|---|---|
committer | 2007-05-19 21:44:21 +0000 | |
commit | ee8be1176f6994e15b4caacfb33c51b583a3d8df (patch) | |
tree | 396de1264e7115e61239574d1ef311813c53ea50 | |
parent | simplify the description of -R; from Jeffrey 'jf' Lim (diff) | |
download | wireguard-openbsd-ee8be1176f6994e15b4caacfb33c51b583a3d8df.tar.xz wireguard-openbsd-ee8be1176f6994e15b4caacfb33c51b583a3d8df.zip |
spamd-setup needs -b for blacklist-only mode; from Nick Templeton
-rw-r--r-- | libexec/spamd/spamd.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8 index ace655af924..8383ab4803c 100644 --- a/libexec/spamd/spamd.8 +++ b/libexec/spamd/spamd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamd.8,v 1.100 2007/03/26 19:08:09 jmc Exp $ +.\" $OpenBSD: spamd.8,v 1.101 2007/05/19 21:44:21 jmc Exp $ .\" .\" Copyright (c) 2002 Theo de Raadt. All rights reserved. .\" @@ -313,6 +313,10 @@ monthly mailing list digests without greylist delays every time. .Xr spamd-setup 8 should be run periodically by .Xr cron 8 . +When run in blacklist-only mode, +the +.Fl b +flag should be specified. Use .Xr crontab 1 to uncomment the entry in root's crontab. |