From 8c31b13aa616f3fa341520bfae68bf44279638d5 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 21 Feb 2024 10:05:43 -0800 Subject: 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". --- modules/sympa/templates/config | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1