Add delivery completed metric

This commit is contained in:
mdecimus 2024-09-07 14:51:18 +02:00
parent fe0f8962b9
commit 0db8611ce7

View file

@ -611,6 +611,7 @@ impl EventType {
EventType::MtaHook(_) => true,
EventType::Delivery(
DeliveryEvent::AttemptStart
| DeliveryEvent::Completed
| DeliveryEvent::AttemptEnd
| DeliveryEvent::MxLookupFailed
| DeliveryEvent::IpLookupFailed