aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2024-02-21 10:05:43 -0800
committerDan Fandrich <danf@mageia.org>2024-02-21 10:36:39 -0800
commit8c31b13aa616f3fa341520bfae68bf44279638d5 (patch)
treee9c7fd18a07def395b01a02af5651e5e5553bad9
parentc30fa140f8e0e006b5ba0fbd485265ed8226d1e7 (diff)
downloadpuppet-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/config2
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