I have a "bug" and a fix for the little import tool in the contrib directory:

The bug:

craps out when dealing with mailbox names that contain spaces.

The fix:

79c79
<             command = "%s -m %s -u %s" %(path,box,user)
---
>             command = "%s -m \"%s\" -u %s" %(path,box,user)

which I believe protects the shell from the spaces. It works for me anyway.


--
Dominic Amann, Linux Based Solutions Ltd., <http://www.lbs.ca/>
        18 Candlewood Cr, Toronto, ON M3J 1G8
        Tel: (416) 678-2297

Reply via email to