From 43f035c99529b21cb269656298fb973310ffeb00 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Sun, 29 Apr 2007 20:24:53 +0000 Subject: [PATCH] Fix ML default footer git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.14@1762 839d8a87-29fc-0310-9880-83ba4fa771e5 --- bin/lists.rpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lists.rpc.py b/bin/lists.rpc.py index 99a7974..4c07c5e 100755 --- a/bin/lists.rpc.py +++ b/bin/lists.rpc.py @@ -868,7 +868,7 @@ 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]) + inverted_listname = listname.lower() + '_' + vhost.lower() mlist.msg_footer = "_______________________________________________\n" \ + "Liste de diffusion %(real_name)s\n" \ + "http://listes.polytechnique.org/members/" + inverted_listname -- 2.1.4