msys.validate.dkim.get_responsible_domain
Last updated March 2020
Name
msys.validate.dkim.get_responsible_domain — Return the domain responsible for the current message
Synopsis
msys.validate.dkim.get_responsible_domain(msg, vctx);
msg: userdata, ec_message type vctx: userdata, validate_context type
Description
This function requires the dkim_validate module. msg
is a mail message. vctx
is the validation context. It returns the domain responsible for the current message.
Enable this function with the statement require('msys.validate.dkim');
.
See Also
Was this page helpful?