I'm using 6.62 and trying to define a file based unrar delete filter.
The idea is to delete directories and files that either start with "sample." Or have ".sample." In them.
I created a new filter group with two filters in them. The first is accept if file name contains ^.*\.sample\..* And the second accords if file name contains ^sample\..*
the first filter group on my list works well and I can also test with names against it.
The problem is that the new filter group test feature tests only work on the first filter group not the one I am in.
I assumed this was a bug in the filter screen so I tried it anyway - I added that filter group to the post unrar delete. So, it should now delete anything that matches those file names.
The problem is that it deletes valid content as well (that doesn't meet the filter rules)...
am I doing it wrong or is there a bug here?