Subject: | some unclear part in doc |
hey,
the modul is great, thanks for it! but in the manual you state
If an action returns IGNORE or MATCH, all following rules will not be tried. You should return IGNORE when you do not want to recurse into a directory, and MATCH otherwise. On non-directories, currently there is no difference between the two.
--> there even isn't a difference on directories. regardless whether you return MATCH or IGNORE, the following rules are useless. if you return something else, the next applies:
If an action returns niether IGNORE nor MATCH, the next rule will be tried.
anyway, good work. :-)
cheers,
nick