This commit is contained in:
mdecimus
2024-08-01 17:09:39 +02:00
parent ed214fd087
commit 3cb8918d2e
34 changed files with 500 additions and 388 deletions

View File

@@ -280,7 +280,7 @@ impl<T: SessionStream> Session<T> {
if self.is_allowed().await {
trc::event!(
Smtp(SmtpEvent::RelayNotAllowed),
Smtp(SmtpEvent::RcptTo),
SpanId = self.data.session_id,
To = self.data.rcpt_to.last().unwrap().address_lcase.clone(),
);

View File

@@ -500,7 +500,7 @@ impl DeliveryAttempt {
remote_hosts = remote_hosts_;
} else {
trc::event!(
Delivery(DeliveryEvent::NullMX),
Delivery(DeliveryEvent::NullMx),
SpanId = message.span_id,
Domain = domain.domain.clone(),
Elapsed = time.elapsed(),