Skip to content

iprev_msg

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 mail_auth = require 'policy-extras.mail_auth'
local auth_result = mail_auth.iprev(MSG)

The mail_auth.iprev function performs the iprev authentication method as specified by RFC8601 Section 3, and returns an AuthenticationResult representing the status of the check.

The MSG parameter is a Message object.

See mail_auth.iprev for a version of this check at accepts an IP address without needing a message object.