diff options
author | Dan Fandrich <danf@mageia.org> | 2024-02-21 10:05:43 -0800 |
---|---|---|
committer | Dan Fandrich <danf@mageia.org> | 2024-02-21 10:36:39 -0800 |
commit | 8c31b13aa616f3fa341520bfae68bf44279638d5 (patch) | |
tree | e9c7fd18a07def395b01a02af5651e5e5553bad9 | |
parent | c30fa140f8e0e006b5ba0fbd485265ed8226d1e7 (diff) | |
download | puppet-8c31b13aa616f3fa341520bfae68bf44279638d5.tar puppet-8c31b13aa616f3fa341520bfae68bf44279638d5.tar.gz puppet-8c31b13aa616f3fa341520bfae68bf44279638d5.tar.bz2 puppet-8c31b13aa616f3fa341520bfae68bf44279638d5.tar.xz puppet-8c31b13aa616f3fa341520bfae68bf44279638d5.zip |
Skip reply_to_header in Sympa list config when false
false means we don't want to add a Reply-To: header, which is Sympa's
default, but writing this section causes a warning message:
Bad entry "other_email false" for key "other_email", paragraph "reply_to_header"
when running "sympa upgrade".
-rw-r--r-- | modules/sympa/templates/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/sympa/templates/config b/modules/sympa/templates/config index 0f3ce94e..ccf2fff9 100644 --- a/modules/sympa/templates/config +++ b/modules/sympa/templates/config @@ -54,10 +54,12 @@ source mga-sysadmin reception nomail +<%- if @reply_to -%> reply_to_header value other_email other_email <%= reply_to %> apply forced +<%- end -%> review owner |