Hi, I've succesfully created a sieve filter using
sudo -u sogo sogo-tool user-preferences set defaults [email protected] -p /etc/sogo/sieve.cred SOGoSieveFilters '{"SOGoSieveFilters": [{"active":true,"actions":[{"argument":"SASL Login Failures","method":"fileinto"}],"name":"SASL Login Failures","rules":[{"field":"subject","operator":"contains","value":"SASL Login Failure"}],"match":"all"}]}' However on the majority of occassions the sogo-tool process hangs. When it does complete I see this in Terminal: 2023-03-05 11:46:39.886 sogo-tool[760185:760185] <MySQL4Channel[0x0x559581e23760] connection=0x0x559581c70c60> query has no results. 2023-03-05 11:46:39.886 sogo-tool[760185:760185] <MySQL4Channel[0x0x559581e23760] connection=0x0x559581c70c60> SQL: COMMIT; 2023-03-05 11:46:39.889 sogo-tool[760185:760185] <MySQL4Channel[0x0x559581e23760] connection=0x0x559581c70c60> query has no results. C[0x559581b7c5a0]: 5 logout S[0x559581ebedf0]: * BYE Logging out When it hangs, it doesn't get to the logout step and I only see this and have to ctrl-c to end the process: 2023-03-05 11:46:39.886 sogo-tool[760185:760185] <MySQL4Channel[0x0x559581e23760] connection=0x0x559581c70c60> query has no results. 2023-03-05 11:46:39.886 sogo-tool[760185:760185] <MySQL4Channel[0x0x559581e23760] connection=0x0x559581c70c60> SQL: COMMIT; 2023-03-05 11:46:39.889 sogo-tool[760185:760185] <MySQL4Channel[0x0x559581e23760] connection=0x0x559581c70c60> query has no results. Interestingly it does create/update the sieve filter for the user in the logo_user_profile table of the logo database. Any ideas on how this can be rectified would be gratefully appreciated. Thanks, Steve.
