summaryrefslogtreecommitdiff
path: root/share/man/man5/spamd.conf.5
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-01-29 17:44:30 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-01-29 17:44:30 +0000
commit1fa302bed6d935710deb690d0d10247bb1104a07 (patch)
treee880ebd4e06530bd27f4959ec6e31e0d3726757c /share/man/man5/spamd.conf.5
parentd360f3848a4f01b0acb0c9278934e7577c4020bf (diff)
more consistent; from Okan Demirmen;
ok deraadt@
Diffstat (limited to 'share/man/man5/spamd.conf.5')
-rw-r--r--share/man/man5/spamd.conf.510
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man5/spamd.conf.5 b/share/man/man5/spamd.conf.5
index 06eb3380d69..7bfee98deb9 100644
--- a/share/man/man5/spamd.conf.5
+++ b/share/man/man5/spamd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: spamd.conf.5,v 1.11 2003/06/06 13:28:13 jmc Exp $
+.\" $OpenBSD: spamd.conf.5,v 1.12 2004/01/29 17:44:29 jmc Exp $
.\"
.\" Copyright (c) 2003 Jason L. Wright (jason@thought.net)
.\" Copyright (c) 2003 Bob Beck
@@ -50,7 +50,7 @@ follows the syntax of configuration databases as documented in
Example:
.Bd -literal -offset indent
all:\e
- :spews1:white:myblack:\e
+ :spews1:white:myblack:
spews1:\e
:black:\e
@@ -62,13 +62,13 @@ spews1:\e
white:\e
:white:\e
:method=file:\e
- :file=/var/mail/mywhite.txt:\e
+ :file=/var/mail/mywhite.txt:
myblack:\e
:black:\e
:msg=/var/mail/myblackmsg.txt:\e
:method=file:\e
- :file=/var/mail/myblack.txt
+ :file=/var/mail/myblack.txt:
.Ed
.Pp
The default configuration file must include the entry
@@ -97,7 +97,7 @@ from
the configuration
.Bd -literal -offset indent
all:\e
- :spews1:white:myblack:white:\e
+ :spews1:white:myblack:white:
.Ed
.Pp
would be used instead.