diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2003-03-08 20:55:33 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2003-03-08 20:55:33 +0000 |
commit | c8dddc6a12d7c0248d6d7c2684cf7b78a737f998 (patch) | |
tree | 9e70fdc9f63eb064530eaa08f2136e5c3a45e4c0 | |
parent | c5712ffbc5d7559f631b8fb4954b903a54085e92 (diff) |
message discussion is now slightly less awful
-rw-r--r-- | share/man/man5/spamd.conf.5 | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/share/man/man5/spamd.conf.5 b/share/man/man5/spamd.conf.5 index 6b49c17a300..024a0f3bb36 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.2 2003/03/08 20:15:14 beck Exp $ +.\" $OpenBSD: spamd.conf.5,v 1.3 2003/03/08 20:55:32 beck Exp $ .\" .\" Copyright (c) 2003 Jason L. Wright (jason@thought.net) .\" Copyright (c) 2003 Bob Beck @@ -160,25 +160,28 @@ the following example: .Ic 192.168.23.1 .Ed .Pp -Each blacklist must include a message, specified with the +Each blacklist must include a message, specified in the .Ar msg -capability as a string. The argument to +capability as a string. If the .Ar msg -specifies the message, the message may be includes in -quotes, in which case characters may be escaped as specified in +string is enclosed in double quotes, the characters in the quoted string +are escaped as +specified in .Xr getcap 3 -with the exception that a colon (:) is allowed in the quoted string. -Alternatively, if the argument to +with the exception that a colon (:) is allowed in the quoted string. The +resulting string is used as the message. +Alternatively, if the .Ar msg -is not specified in quotes, it is assumed to be a local filename +string is not specified in quotes, it is assumed to be a local filename from which the message text may be read. +.Pp The message is configured in .Xr spamd 8 -to be displayed in the SMTP dialogue to any connections that match addresses -in the blacklist. -\e\" will produce a double quote in the output, -and %% will produce a single % in the output. -%A will be expanded by +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 .Xr spamd 8 to display the connecting IP address in the output. .Pp |