mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-08-19 16:01:08 +00:00
4af9c7035f
This makes them easier to search for, and find.
323 B
323 B
max_age
Limits how long a message can remain in the queue.
The default value is "7 days".
kumo.on('get_queue_config', function(domain, tenant, campaign, routing_domain)
return kumo.make_queue_config {
-- Age out messages after being in the queue for 20 minutes
max_age = '20 minutes',
}
end)