NAME
Mail::Milter::Authentication::Handler::BIMI - Handler class for BIMI
VERSION
version 3.20241024
DESCRIPTION
Module implementing the BIMI standard checks.
This handler requires the DMARC handler and its dependencies to be installed and active.
NAME
Authentication Milter - BIMI Module
CONFIGURATION
"BIMI"
: { | Config
for
the BIMI Module
| Requires DMARC
"bimi_options"
: {}, | Options to pass into Mail::BIMI->new
"rbl_allowlist"
:
""
, | Optional RBL Allow list of allowed org domains
"rbl_blocklist"
:
""
, | Optional RBL Block list of disallowed org domains
| Allow and Block list cannot both be present
"rbl_no_evidence_allowlist"
:
""
, | Optonal RBL Allow list of allowed org domains that
do
NOT
require
evidence documents
| When set, domains not on this list which
do
not have evidence documents will be
'skipped'
"timeout"
: 5000000, | Timeout, in microseconds, to apply to a BIMI record check/fetch, detault 5000000 (5s)
"sanitize_location_header"
:
"yes"
, | Remove existing BIMI-Location header? yes|
no
|silent (
default
yes)
"sanitize_indicator_header"
:
"yes"
, | Remove existing BIMI-Location header? yes|
no
|silent (
default
silent)
},
AUTHOR
Marc Bradshaw <marc@marcbradshaw.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2020 by Marc Bradshaw.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.