[ingo] Maildirs with spaces
Kenny
kenny at kenny.org.uk
Mon Sep 22 16:49:12 PDT 2003
hi,
from what i can make out, there's no way to make ingo create the procmail
scripts with literal spaces (\ ).
at the moment, it's just outputting to files. the problem also exists with "
' "s and possibly with others...
... or am i doing something really stupid...?
adding a couple of str_replaces seems to have sorted it.
$folder = str_replace(" ","\\ ",$folder);
$folder = str_replace("'","\\'",$folder);
is this normal?
i'm running the latest cvs of horde, imp and ingo with procmail 3.22
thanks,
kenny
More information about the ingo
mailing list