Skip to main content

msys.validate.dk.get_responsible_domain

Last updated March 2020

Name

msys.validate.dk.get_responsible_domain — Return the domain responsible for the current message

Synopsis

msys.validate.dk.get_responsible_domain(msg, vctx);

msg: userdata, ec_message type
vctx: userdata, validate_context type

Description

This function returns the domain responsible for the current message. This function requires the dk_validate module.

Enable this function with the statement require('msys.validate.dk');.

It takes the following parameters:

  • msg – mail message

  • vctx – validation context

See Also

Was this page helpful?