From 0e9dc4c49a05d5679650cbd9ffe5116dde8a0f0e Mon Sep 17 00:00:00 2001 From: "Pierre Habouzit (MadCoder" Date: Mon, 21 Feb 2005 08:35:40 +0000 Subject: [PATCH] backport Patches applied: * opensource@polytechnique.org--2005/platal--release--0.9.4--patch-40 that was so stupid git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-490 --- 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 cdca8a8..328005d 100755 --- a/bin/lists.rpc.py +++ b/bin/lists.rpc.py @@ -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(listname,lock=0) + mlist = MailList.MailList(lname,lock=0) except: return 0 try: -- 2.1.4