From: Pierre Habouzit (MadCoder Date: Wed, 11 May 2005 10:48:24 +0000 (+0000) Subject: rpc backport X-Git-Tag: xorg/old~125 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=038df367b8be76c7e9504a49dd204ae6cf2e82ed;p=platal.git 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 --- 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):