mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-18 18:38:18 +00:00
407379dd36
This commit removes the queue_name_for_config_change_purposes_only wart from inside the readyq machinery. This field had a bunch of caveats and could in some cases become stale if the originating scheduled queue had aged out. It's been replaced by a HashSet of Weak refs back to the associated scheduled queues so that it is now possible to walk the reverse of the fan-in graph when we need to.