I have a recent issue with some rules that attempt to match file types. Specifically, I am receiving error notifications about rules not matching *other* file types.
Example:
- I have a rule which will move PDFs from my Downloads folder if they were not added "today".
- I receive the notification "Error during rule evaluation. Received error while trying to evaluate rule 'PDFs - Move to Inbox after today' on file xxx.dmg"
Note the error is attempting to match the PDF rule to a DMG. Rather than receive an error notification, shouldn't the rule just bypass the non-PDF file without any issue?
The rule in this example is...
If all conditions are met:
1. Kind - is - PDF
2. Date last modified - is not - Today
Do:
Move - to folder - Inbox
...
I am also receiving this same error notification for:
- DMG rule failing to match PKG
- DMG rule failing to match ICS
- DMG rule failing to match a folder
- PDF rule failing to match DMG
The only other file-type rule I have is Music, which appears to match fine - though I may have missed a similar error notification. The above are only my recent ones.
Perhaps I am missing something easy, but any help or guidance is much appreciated!
Thanks!