Update man pages for newly implemented features

This commit is contained in:
Scott Kitterman
2018-03-04 14:00:18 -05:00
parent fb32a8fe0b
commit 2e9d0f607f
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -169,7 +169,7 @@ one per line. If a line contains whitespace-separated values, then the
line is presumed to define a key and its corresponding value. Blank lines
are ignored, and the hash ("#") character denotes the start of a comment.
If a value contains multiple entries, the entries should be separated by
colons. [Not implemented yet]
colons.
.TP
.I b)
If the string begins with "refile:", then the remainder of the string is
@@ -196,11 +196,11 @@ is compiled in). [Not implemented yet]
.TP
.I i)
If the string contains none of these prefixes but starts with a slash ("/")
character, it is presumed to be a flat file as described above. [Not implemented yet]
character, it is presumed to be a flat file as described above.
.TP
.I j)
If the string begins with "csl:", the string is treated as a comma-separated
list as described in m) below. [Not implemented yet]
list as described in m) below.
.TP
.I l)
If the string begins with "mdb:", it refers to a directory that contains
@@ -279,7 +279,7 @@ proposal, and Cisco's
.B Internet Identified Mail
(IIM) proposal.
.SH VERSION
This man page covers version 0.9.2 of
This man page covers version 0.9.4 of
.I dkimpy-milter.
.SH COPYRIGHT
Copyright (c) 2005-2008, Sendmail, Inc. and its suppliers. All rights
+1 -1
View File
@@ -374,7 +374,7 @@ Log via calls to
using the named facility. The facility names are the same as the ones
allowed in
.I syslog.conf(5).
The default is "mail". [Hardcoded to default for now]
The default is "mail".
.TP
.I SyslogSuccess (Boolean)