v0.9.0
This commit is contained in:
@@ -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(),
|
||||
);
|
||||
|
||||
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user