From: x2003bruneau Date: Sun, 29 Apr 2007 20:25:45 +0000 (+0000) Subject: Backport X-Git-Tag: xorg/0.9.15~326 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=e480db84c867fa0d69e173be1ed174e8e5a643ae;p=platal.git Backport git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1763 839d8a87-29fc-0310-9880-83ba4fa771e5 --- 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