NAME
Mail::MIMEDefang::Authres - Authentication Results interface for MIMEDefang
DESCRIPTION
Mail::MIMEDefang::Authres is a module used to add Authentication Results
headers from mimedefang-filter.
METHODS
-
md_authres
Returns a mail Authentication-Results header value. The method accepts the following parameters:
-
$emailThe email address of the sender
-
$relayipThe relay ip address
-
$serverdomainThe domain name of the server where MIMEDefang is running on
-
$helo(optional)The MTA helo server name
-
$bimi_domain(optional)The From: header domain to use for BIMI lookup. When provided and when DMARC passes at enforcement level, a
bimi=pass(orbimi=fail) result is appended to the Authentication-Results header.
-