There's a minor bug. AutoSwish sometimes submits a POST request with SimpleFlag set to y. This is for the Quick Form. Anyway, the code in swish_create.pl strips off slashes off the DirName before assigning it to IndexDir. That means a valid value of "people/myself" results in "peoplemyself" being assigned to IndexDir. While that may be an appropriate value for $FORM{'ConfigFile'}, it is not the appropriate value for $FORM{'IndexDir'}.Received on Wed Nov 5 18:54:01 1997