Ooooooops !!!
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Fri, 28 Jul 2006 13:23:18 +0000 (13:23 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Fri, 28 Jul 2006 13:23:18 +0000 (13:23 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@690 839d8a87-29fc-0310-9880-83ba4fa771e5

bin/lists.rpc.py

index 5003ad3..b8e266b 100755 (executable)
@@ -170,7 +170,7 @@ def quote(s, is_header=False):
         h = Utils.oneline(s, 'iso-8859-1')
     else:
         h = s
-    h = str('').join(re.split('[\x00-\x09\x0B\x1f]+', s))
+    h = str('').join(re.split('[\x00-\x09\x0B-\x1f]+', s))
     return Utils.uquote(h.replace('&', '&amp;').replace('>', '&gt;').replace('<', '&lt;')) 
 
 def to_forlife(email):