From c3d6bce238d66f05c9a3996c533dbce222dde15b Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Sun, 26 Feb 2023 18:35:39 -0500 Subject: [PATCH] Fix formatting for MinimumKeyBits in dkimpy-milter.conf(5) (Closes: #995335) --- CHANGES | 2 ++ man/dkimpy-milter.conf.5 | 2 +- man/dkimpy-milter.conf.5.in | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 02f63e5..ba34c0b 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,8 @@ - Set minimum pymilter and dkimpy versions in setup.py to those that will work reliably with non-ASCII content. - Fixed support for percent in KeyTable - Thanks to Mika Tiainen + - Fix formatting for MinimumKeyBits in dkimpy-milter.conf(5) + (Closes: #995335) 1.2.2 2020-08-09 - Improve README.md formating for markdown display on pypi diff --git a/man/dkimpy-milter.conf.5 b/man/dkimpy-milter.conf.5 index a363598..89faecd 100644 --- a/man/dkimpy-milter.conf.5 +++ b/man/dkimpy-milter.conf.5 @@ -327,7 +327,7 @@ be set: (a) Domain, KeyFile, Selector, no KeyTable, no SigningTable; (b) KeyTable, SigningTable, no Domain, no KeyFile, no Selector; -TP +.TP .I MinimumKeyBits (integer) Establishes a minimum key size for acceptable RSA signatures. Signatures with smaller key sizes, even if they otherwise pass DKIM validation, will me marked diff --git a/man/dkimpy-milter.conf.5.in b/man/dkimpy-milter.conf.5.in index 45e3097..7dde804 100644 --- a/man/dkimpy-milter.conf.5.in +++ b/man/dkimpy-milter.conf.5.in @@ -327,7 +327,7 @@ be set: (a) Domain, KeyFile, Selector, no KeyTable, no SigningTable; (b) KeyTable, SigningTable, no Domain, no KeyFile, no Selector; -TP +.TP .I MinimumKeyBits (integer) Establishes a minimum key size for acceptable RSA signatures. Signatures with smaller key sizes, even if they otherwise pass DKIM validation, will me marked