pykolab/setup

Daniel Hoffend hoffend at kolabsys.com
Wed Feb 18 00:55:43 CET 2015


 pykolab/setup/setup_mta.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1ae974030e1e71565872f7265ba33f1cd82986bd
Author: Daniel Hoffend <dh at dotlan.net>
Date:   Wed Feb 18 00:55:40 2015 +0100

    deliver to shared folders with spaces #4613

diff --git a/pykolab/setup/setup_mta.py b/pykolab/setup/setup_mta.py
index 88c6f6c..0cd9c33 100644
--- a/pykolab/setup/setup_mta.py
+++ b/pykolab/setup/setup_mta.py
@@ -226,7 +226,7 @@ bind_pw = %(service_bind_pw)s
 
 query_filter = (&(|(mail=%%s)(alias=%%s))(objectclass=kolabsharedfolder)(kolabFolderType=mail))
 result_attribute = kolabtargetfolder
-result_format = shared+%%s
+result_format = "shared+%%s"
 """ % {
                         "base_dn": conf.get('ldap', 'base_dn'),
                         "server_host": server_host,




More information about the commits mailing list