Lazy DKIM key parsing (closes #1211)

This commit is contained in:
mdecimus
2025-02-27 19:20:05 +01:00
parent 44f8ef29e1
commit 7e9a793cb6
3 changed files with 92 additions and 54 deletions

View File

@@ -16,9 +16,9 @@ use store::Stores;
use utils::config::Config;
use crate::smtp::{
DnsCache, TempDir, TestSMTP,
inbound::TestMessage,
session::{TestSession, VerifyResponse},
DnsCache, TempDir, TestSMTP,
};
use smtp::core::Session;