yes just read
i will upgrade again later
thanks for your promt answers
as a workaround, you can use kumo.reject(421, 'monthly limit reached'). The 421 causes the connection to be closed
the client has a custom frontend for sending, i guess this is the reason for ignoring the status code
i currently return 550 status code
will be changed to 421 in a minute
reject(421, ‘’) worked, I see no scheduled restart, and i see connection close in trace-smtp-server
[44.230.190.179:61757->85.17.54.53:587] 1s === smtp_server_mail_from: Error: callback error
stack traceback:
[C]: in function 'kumo.reject'
[string "/opt/kumomta/etc/policy/init.lua"]:314: in function <[string "/opt/kumomta/etc/policy/init.lua"]:298>
caused by: 421 monthly limit reached
[44.230.190.179:61757->85.17.54.53:587] 1s <- 421 monthly limit reached
[44.230.190.179:61757->85.17.54.53:587] 1s === Closed
thanks a lot for your support