summaryrefslogtreecommitdiff
path: root/share/man/man5
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-03-09 02:37:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-03-09 02:37:59 +0000
commitfe2f9c7012ce3db61aafde008c78b6a33e250f0a (patch)
tree2784c1369569d6b8bfef2cf630422c92266d7dcd /share/man/man5
parent19f37bc4bed0e96a7d9ed61a14de69e57d2d6f14 (diff)
fix magic chars
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/spamd.conf.58
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/spamd.conf.5 b/share/man/man5/spamd.conf.5
index 7f4fe638c46..82d0d3800f3 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.5 2003/03/08 21:44:31 beck Exp $
+.\" $OpenBSD: spamd.conf.5,v 1.6 2003/03/09 02:37:58 deraadt Exp $
.\"
.\" Copyright (c) 2003 Jason L. Wright (jason@thought.net)
.\" Copyright (c) 2003 Bob Beck
@@ -59,8 +59,8 @@ Example:
.Ic
.Ic spews1:\e
.Ic :black\e
-.Ic :msg="SPAM. Your address \%A is in the spews level\e
-.Ic 1 database\en see http://www.spews.org/ask.cgi?x=%A\en":\e
+.Ic :msg="SPAM. Your address \&%A is in the spews\e
+.Ic level 1 database\ensee http://www.spews.org/ask.cgi?x=\&%A\en":\e
.Ic :method=http:\e
.Ic :file=www.spews.org/spews_list_level1.txt:
.Ic \ \
@@ -184,7 +184,7 @@ to be displayed in the SMTP dialogue to any connections that match
addresses in the blacklist.
The sequence \e" in the message will produce a double quote in the output.
The sequence %% will produce a single % in the output,
-and the sequence %A will be expanded in the message by
+and the sequence \&%A will be expanded in the message by
.Xr spamd 8
to display the connecting IP address in the output.
.Pp