mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-24 05:08:18 +00:00
41b6e79c4e
I'm investigating an issue where a block of messages appear to be stuck in a scheduled state. In looking at the math here, I'm wondering if it is possible for some overflow to happen when converting from chrono to std time types, so adjust the logic to be less prone to such a thing, if it is occurring.