public inbox for pmg-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pmg-devel] [PATCH pmg-api] config: improve description of dkim-use-domain
@ 2024-02-28 11:49 Maximiliano Sandoval
  2024-02-28 12:32 ` [pmg-devel] applied: " Stoiko Ivanov
  0 siblings, 1 reply; 2+ messages in thread
From: Maximiliano Sandoval @ 2024-02-28 11:49 UTC (permalink / raw)
  To: pmg-devel

Signed-off-by: Maximiliano Sandoval <m.sandoval@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',
-- 
2.39.2





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pmg-devel] applied: [PATCH pmg-api] config: improve description of dkim-use-domain
  2024-02-28 11:49 [pmg-devel] [PATCH pmg-api] config: improve description of dkim-use-domain Maximiliano Sandoval
@ 2024-02-28 12:32 ` Stoiko Ivanov
  0 siblings, 0 replies; 2+ messages in thread
From: Stoiko Ivanov @ 2024-02-28 12:32 UTC (permalink / raw)
  To: Maximiliano Sandoval; +Cc: pmg-devel

Thanks for the patch - applied!

On Wed, 28 Feb 2024 12:49:48 +0100
Maximiliano Sandoval <m.sandoval@proxmox.com> wrote:

> Signed-off-by: Maximiliano Sandoval <m.sandoval@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',





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-28 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-28 11:49 [pmg-devel] [PATCH pmg-api] config: improve description of dkim-use-domain Maximiliano Sandoval
2024-02-28 12:32 ` [pmg-devel] applied: " Stoiko Ivanov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal