Page 1 of 1

imapsync special character in folder name

Posted: Mon Oct 16, 2017 10:08 am
by tom2810
Hi all,
as I told you we going to migrate from Zarafa to Zimbra.
Now we got following issue.

A lot of our users have folder names with special characters lik "/". eg (Test/ new customer)

Zimbra does not allow those characters. The issue now, I am not able to migrate those folders.
Host1 Folder Testnewcustomer: Could not select: 299 NO SELECT error getting mails in folder.

Does anyone know how can I fix that? We want to avoid that users need to change every folder.

Thanks,
Tom

Re: imapsync special character in folder name

Posted: Thu Oct 19, 2017 11:25 pm
by fs.schmidt
Hi,

I think you should use "--regextrans2". Here is an example:

--regextrans2 's/[^ +,\-.0-9:=\ at A-Z_a-z~&]//g' \

Best regards.