Skip to main content

msys.validate.dkim.verify_status_to_string

Last updated March 2020

Name

msys.validate.dkim.verify_status_to_string — Return a status string of DKIM verification

Synopsis

msys.validate.dkim.verify_status_to_string(status);

status: string

Description

Return a textual representation of ec_dkim_verify_result.status that's suitable for use in an Authentication-Results header. For more information about status results see RFC 5451. For a code example see “msys.dkim.get_verify_results”.

**Configuration Change. ** This feature is available as of version 3.5.

Note: If status is nil then error is "No status code is passed in".

This function is valid in the validate_data_spool, data and data_spool_each_rcpt phases. Enable this function with the statement require('msys.validate.dkim');.

See Also

Was this page helpful?