From 038df367b8be76c7e9504a49dd204ae6cf2e82ed Mon Sep 17 00:00:00 2001 From: "Pierre Habouzit (MadCoder" Date: Wed, 11 May 2005 10:48:24 +0000 Subject: [PATCH] rpc backport Patches applied: * opensource@polytechnique.org--2005/platal--release--0.9.6--patch-7 should fix the rpc git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-637 --- bin/lists.rpc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/lists.rpc.py b/bin/lists.rpc.py index 328005d..81986b0 100755 --- a/bin/lists.rpc.py +++ b/bin/lists.rpc.py @@ -162,6 +162,7 @@ def quote(s,is_header=False): h = Utils.oneline(s,'iso-8859-1') else: h = s + h = str('').join(re.split('[\x00-\x1f]+', s)) return Utils.uquote(h.replace('&','&').replace('>','>').replace('<','<')) def to_forlife(email): -- 2.1.4