Directory Permissions
Seems the dir always has to end with /* to work.
eg: MakeDir = /Requests/* 1M !*
Why not make it possible to use this too (just like in iozs):
MakeDir = /Requests/ 1M !*
This way the rule would only be used in /Requests/ and not any subdirs. So you dont need to add extra crap like
MakeDir = /Requests/*/* * to allow upping in subdirs.
|