Skip to content

kumo.xfer.get_xfer_target

Since: Dev Builds Only

The functionality described in this section requires a dev build of KumoMTA. You can obtain a dev build by following the instructions in the Installation section.

local proto = kumo.xfer.get_xfer_target(msg)

Returns the XferProtocol destination URL for the message, if any.

The msg parameter is a Message object. If the message is not destined for another kumomta node via the xfer protocol, then this function will return nil.