Add refile from opendkim.8 to dkimpy-milter.8 since we are going to support it now

This commit is contained in:
Scott Kitterman
2019-10-28 09:26:45 -04:00
parent e0dd40ff03
commit f5f10f398b
+10
View File
@@ -170,6 +170,16 @@ are ignored, and the hash ("#") character denotes the start of a comment.
If a value contains multiple entries, the entries should be separated by If a value contains multiple entries, the entries should be separated by
colons. colons.
.TP .TP
.I b)
If the string begins with "refile:", then the remainder of the string is
presumed to specify a file that contains a set of patterns, one per line,
and their associated values. The pattern is taken as the start of the line
to the first whitespace, and the portion after that whitespace is taken as
the value to be used when that pattern is matched. Patterns are simple
wildcard patterns, matching all text except that the asterisk ("*") character
is considered a wildcard. If a value contains multiple entries, the entries
should be separated by colons.
.TP
.I c) .I c)
If the string begins with "db:" and the program was compiled with If the string begins with "db:" and the program was compiled with
Sleepycat DB support, then the remainder of the string is presumed to Sleepycat DB support, then the remainder of the string is presumed to