diff options
author | 2007-04-04 13:45:14 +0000 | |
---|---|---|
committer | 2007-04-04 13:45:14 +0000 | |
commit | 6127adde11685b4f34e50890c70f0ea6af44f828 (patch) | |
tree | 37e3357c21e88af6ef8d7954c681543b549cb90e | |
parent | properly escape "%O"; ok jason (diff) | |
download | wireguard-openbsd-6127adde11685b4f34e50890c70f0ea6af44f828.tar.xz wireguard-openbsd-6127adde11685b4f34e50890c70f0ea6af44f828.zip |
document correctly WHITE format; ok beck
fixes system/5432 from Ullrich 'Jason' Haag
-rw-r--r-- | usr.sbin/spamdb/spamdb.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/spamdb/spamdb.8 b/usr.sbin/spamdb/spamdb.8 index 954378d46b0..8e1271d826b 100644 --- a/usr.sbin/spamdb/spamdb.8 +++ b/usr.sbin/spamdb/spamdb.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamdb.8,v 1.13 2007/03/06 10:51:16 jmc Exp $ +.\" $OpenBSD: spamdb.8,v 1.14 2007/04/04 13:45:14 jmc Exp $ .\" .\" Copyright (c) 2004 Bob Beck. All rights reserved. .\" @@ -113,10 +113,14 @@ will be the IP address blacklisted due to hitting a spamtrap, and .Em expire will be when the IP is due to be removed from the blacklist. .Pp -For GREY or WHITE entries, the format is: +For GREY entries, the format is: .Pp .Dl type|source IP|helo|from|to|first|pass|expire|block|pass .Pp +For WHITE entries, the format is: +.Pp +.Dl type|source IP|||first|pass|expire|block|pass +.Pp The fields are as follows: .Pp .Bl -tag -width "source IP" -offset indent -compact |