[pmg-devel] applied: [PATCH pmg-api] config: improve description of dkim-use-domain
Stoiko Ivanov
s.ivanov at proxmox.com
Wed Feb 28 13:32:42 CET 2024
Thanks for the patch - applied!
On Wed, 28 Feb 2024 12:49:48 +0100
Maximiliano Sandoval <m.sandoval at proxmox.com> wrote:
> Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
> ---
> src/PMG/Config.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/PMG/Config.pm b/src/PMG/Config.pm
> index 0c5419e..a0daba3 100644
> --- a/src/PMG/Config.pm
> +++ b/src/PMG/Config.pm
> @@ -135,7 +135,7 @@ EODESC
> type => 'string', format => 'dns-name', #see RFC6376 3.1
> },
> 'dkim-use-domain' => {
> - description => "Whether to sign using the address from the header or the envelope.",
> + description => "Whether to sign using the domain found in the header or the envelope.",
> type => 'string',
> enum => [qw(header envelope)],
> default => 'envelope',
More information about the pmg-devel
mailing list