pub async fn verify_email<'a>(
logger: &Logger,
from_domain: &str,
email: &'a ParsedMail<'a>,
) -> Result<DKIMResult, DKIMError>Expand description
Run the DKIM verification on the email
pub async fn verify_email<'a>(
logger: &Logger,
from_domain: &str,
email: &'a ParsedMail<'a>,
) -> Result<DKIMResult, DKIMError>Run the DKIM verification on the email