Details
Description
the delivery status = success criteria is inaccurate.
it assumes if <> bounce, then = success. but that does not account for a canceled mailing in which there are canceled, delivered, and unsent emails.
the attached path fixes the logic so that we use the _delivered table to filter on that value.