It seems that when the negation rule (!# or !~) is present along with other positive rules (# or ~), it doesn't work as expected.
The filter seems to ignore the negation rule's previous "<feed>" that should be matched, causing all feeds to be applied with the negation rule, resulting in those that should not be filter being marked as read.
By the way, I would like to know how to change the log-level to debug, now $ docker-compose logs app doesn't show the related logs.
It seems that when the negation rule (
!#or!~) is present along with other positive rules (#or~), it doesn't work as expected.The filter seems to ignore the negation rule's previous
"<feed>"that should be matched, causing all feeds to be applied with the negation rule, resulting in those that should not be filter being marked as read.By the way, I would like to know how to change the log-level to
debug, now$ docker-compose logs appdoesn't show the related logs.