From 56ac29215a9166a1f0d746a780332f64912e9d70 Mon Sep 17 00:00:00 2001 From: Stasiek Michalski Date: Apr 20 2020 18:11:23 +0000 Subject: Fix the mailman.cfg misconfig --- diff --git a/salt/profile/mailman3/files/mailman.cfg b/salt/profile/mailman3/files/mailman.cfg index b06ea6f..b48901c 100644 --- a/salt/profile/mailman3/files/mailman.cfg +++ b/salt/profile/mailman3/files/mailman.cfg @@ -62,7 +62,7 @@ header_checks: # The chain to jump to if any of the header patterns matches. This must be # the name of an existing chain such as 'discard', 'reject', 'hold', or # 'accept', otherwise 'hold' will be used. -jump_chain: discard +jump_chain: reject [language.en] @@ -75,8 +75,8 @@ enabled: yes # http://www.lingoes.net/en/translator/langcode.htm [language.pt] -description: Protuguese -charset: iso-8859-15 +description: Portuguese +charset: utf-8 enabled: yes [language.cs] @@ -115,8 +115,8 @@ charset: utf-8 enabled: yes [language.pt_BR] -description: Protuguese (Brazil) -charset: iso-8859-15 +description: Portuguese (Brazil) +charset: utf-8 enabled: yes [language.zh_CN]