From 5d1a2c3999c7511c1d59060dd6ea65afe401c193 Mon Sep 17 00:00:00 2001 From: Pierre-Alain Dupont Date: Wed, 25 Jan 2017 22:41:20 +0100 Subject: [PATCH] mailing lists should now include RFC2369 headers This change will make it so that new ML include the headers: * List-Id * List-Subscribe * List-Unsubscribe * List-Archive (link currently broken, to be fixed) * List-Help * List-Post --- bin/lists.rpc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/lists.rpc.py b/bin/lists.rpc.py index 9abf036cc..703592d6a 100755 --- a/bin/lists.rpc.py +++ b/bin/lists.rpc.py @@ -852,8 +852,8 @@ def set_admin_options(userdesc, perms, mlist, values): 'forward_auto_discards' : True, 'hold_these_nonmembers' : [], 'host_name' : 'listes.polytechnique.org', - 'include_list_post_header' : False, - 'include_rfc2369_headers' : False, + 'include_list_post_header' : True, + 'include_rfc2369_headers' : True, 'max_num_recipients' : 0, 'new_member_options' : 256, 'nondigestable' : True,