NAME
Mail::MIMEDefang::DKIM::ARC - ARC interface for MIMEDefang
DESCRIPTION
Mail::MIMEDefang::DKIM::ARC is a module with a set of ARC related methods called
from mimedefang-filter to operate with ARC signatures.
METHODS
-
md_arc_sign
Returns an hash with mail headers and the ARC signature for the message. If ARC sign fails the hash will contain an error message. The method accepts the following parameters:
-
$keyfileThe path to the private ARC key
-
$algorithmThe algorithm to be used to sign the message, by default is 'rsa-sha256'
-
$chainThe cv= value for the Arc-Seal header. "ar" means to copy it from an Authentication-Results header, or use none if there isn't one.
-
$domainThe domain to be used when signing the message.
-
$srvidThe authserv-id in the Authentication-Results headers, defaults to Domain.
-
$selectorThe selector to be used when signing the message, by default it's 'default'
-
$headersThe headers to sign, by default the headers are: From Sender Reply-To Subject Date Message-ID To Cc MIME-Version Content-Type Content-Transfer-Encoding Content-ID Content-Description Resent-Date Resent-From Resent-Sender Resent-To Resent-cc Resent-Message-ID In-Reply-To References List-Id List-Help List-Unsubscribe List-Subscribe List-Post List-Owner List-Archive
-