Page 1 of 1

[Solved]Warnings from zmfilter_10 in syslog

Posted: Sun Oct 31, 2021 4:13 am
by lyallp
As an FYI, I found the following messages appearing in my syslog.

Code: Select all

Oct 31 14:37:33 Lyalls-PC zmfilter_10[27336]: WAR [No filter found for SELECT * FROM `Filters` WHERE `Id` = ? AND( `AutoArchive` = 1     or `AutoUnarchive` = 1     or `AutoVideo` = 1     or `AutoUpload` = 1     or `AutoEmail` = 1     or `AutoMessage` = 1     or `AutoExecute` = 1     or `AutoDelete` = 1     or `UpdateDiskSpace` = 1     or `AutoMove` = 1     or `AutoCopy` = 1     ) ORDER BY `Name` with values(10)] 
Basically, I had a couple of filters where I had disabled all actions, but left them 'running in background', effectively, the filters did nothing (they used to email and message, but it became annoying so I turned these options off).

Setting the filter to not run in background (basically turning off the filters), sorted the problem out.