backport
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Mon, 21 Feb 2005 07:57:39 +0000 (07:57 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:28:13 +0000 (23:28 +0200)
Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.4--patch-39
   I dont understand how that typo went here ...

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-489

bin/lists.rpc.py

index 328005d..cdca8a8 100755 (executable)
@@ -831,7 +831,7 @@ def create_list(userdesc,perms,vhost,listname,desc,advertise,modlevel,inslevel,o
 def delete_list(userdesc,perms,vhost,listname,del_archives=0):
     lname = vhost+VHOST_SEP+listname.lower()
     try:
-        mlist = MailList.MailList(lname,lock=0)
+        mlist = MailList.MailList(listname,lock=0)
     except:
         return 0
     try: