mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-22 20:28:18 +00:00
5f19f7ce04
This option should be used with caution, and ideally only for trusted networks. The purpose is to absorb the latency of post-DATA processing and hide it from the trust injector. It defers processing that would normally happen in smtp_server_message_received and instead will, at some (ideally) near-future time trigger an smtp_server_message_deferred_inject event instead. This will marginally increase your average injection latency but should clamp your worst case injection latency much lower because the outliers will not happen inline with the injecting client.