dictionary with %d variable in sql stops insert and select domain part - dovecot 2.3.17+

2023-11-27 Thread Mariusz Piasecki via dovecot
Hi, I notice that quota domain when using args %d in dictionary isn't honored in mysql during updates and selects when using dovecot 2.3.17+, so I moved my tests to docker environment, because I started using alpine linux and thought it could be musl library problem. I tested few versions with debi

Re: dictionary with %d variable in sql stops insert and select domain part - dovecot 2.3.17+

2024-07-16 Thread Mariusz Piasecki via dovecot
Hi, unfortunately no :( In sql query instead of variable %d I get user UPDATE used_domain_quota SET bytes=bytes+4359,messages=messages+1 WHERE domain = 'h.u...@example.com'; and domain can receive emails when over quota. On 15.07.2024 20:15, yoh2010--- via dovecot wrote: Mariusz Piasecki,