From: x2000habouzit Date: Sun, 10 Oct 2004 21:18:04 +0000 (+0000) Subject: fix default footer problem X-Git-Tag: xorg/old~1337 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=bba7e77968345e9cb8dea0b26968a0e602766ab6;p=platal.git fix default footer problem --- diff --git a/scripts/mailman/mailman-rpc.py b/scripts/mailman/mailman-rpc.py index 2a893b8..aa2af11 100755 --- a/scripts/mailman/mailman-rpc.py +++ b/scripts/mailman/mailman-rpc.py @@ -18,7 +18,7 @@ #* Foundation, Inc., * #* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * #*************************************************************************** -# $Id: mailman-rpc.py,v 1.54 2004-10-10 21:16:32 x2000habouzit Exp $ +# $Id: mailman-rpc.py,v 1.55 2004-10-10 21:18:04 x2000habouzit Exp $ #*************************************************************************** import base64, MySQLdb, os, getopt, sys, MySQLdb.converters, sha @@ -688,6 +688,8 @@ def create_list((userdesc,perms),vhost,listname,desc,advertise,modlevel,inslevel mlist.subject_prefix = '['+listname+'] ' mlist.max_message_size = 0 + mlist.msg_footer = "_______________________________________________\nListe de diffusion %(real_name)s\nhttps://www.polytechnique.org/listes/" + mlist.Save() mlist.Unlock()