From 85e901fb4176448f61b30b3678c2daf78040ca56 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Thu, 26 Oct 2006 13:10:37 +0000 Subject: [PATCH] Prod: Fix missing URLs at the end of the default footer message git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.11@1030 839d8a87-29fc-0310-9880-83ba4fa771e5 --- bin/lists.rpc.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/lists.rpc.py b/bin/lists.rpc.py index 6a855fa..b2bc053 100755 --- a/bin/lists.rpc.py +++ b/bin/lists.rpc.py @@ -808,8 +808,10 @@ def create_list(userdesc, perms, vhost, listname, desc, advertise, modlevel, ins mlist.subject_prefix = '['+listname+'] ' mlist.max_message_size = 0 + inverted_listname = '_'.join(listname.split('_', 1)[-1::-1]) mlist.msg_footer = "_______________________________________________\n" \ - + "Liste de diffusion %(real_name)s\n" + + "Liste de diffusion %(real_name)s\n" \ + + "http://listes.polytechnique.org/members/" + inverted_listname mlist.header_filter_rules = [] mlist.header_filter_rules.append(('X-Spam-Flag: Yes, tests=bogofilter', mm_cfg.HOLD, False)) -- 2.1.4