[Spambayes] Multiple ini files

Meyer, Tony T.A.Meyer at massey.ac.nz
Mon Feb 10 17:57:03 EST 2003


> All the time when doing testing.
[...]

Thought that might be the case.

> > I ask because of the bug (SF#683744) that occurs when an 
> > ini path has a space.
> I guess we could do something like check if the (split up) 
> ini file(s) exist,
> if not, see if the file (with spaces) exists...

Or maybe move the responsibility to whomever sets the envar and make them tokenise the spaces somehow, and then use a version of split that recognises the tokens?  

For example: "C:\Documents and Settings" becomes in the envar "C:\Documents/ and/ Settings" and clever_split doesn't split if the space is preceded by '/'.  A *nix path wouldn't have / and then a space, would it?

=Tony Meyer



More information about the Spambayes mailing list