Since I updated to MacOS Sonoma, all my rules that depended on Password Encrypted stopped working.
I don't know if this affecting only me or it's a bug with Hazel or Sonoma.
Moderator: Mr_Noodle
Mr_Noodle wrote:Hazel was never able to automatically handle password protected PDFs. How was it working before?
Anjadekar wrote:I've run into this same exact issue after upgrading to macOS Sonoma. I came here hoping to be able to describe it coherently and this thread nails it. Hope the Password Encrypted attribute is back in a future macOS update.
qpdf --is-encrypted "$1"
if [[ $? = 0 ]]; then
exit 0
else
exit 1
fi
Mr_Noodle wrote:That would be a Spotlight issue. I would contact Apple and file a bug with them if they are no longer indexing it.