0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/services/email-analytics
Kevin Ansfield 63f7f9a827 🐛 Disabled auto-unsubscribe of members on permanent email failure events
refs https://github.com/TryGhost/Team/issues/446

Mailgun permanent failure events do not always correspond to unsubscribe-level events as originally thought, meaning some members could be unsubscribed unexpectedly due to delivery hiccups.

- disabled auto-unsubscribe on permanent failure events in the analytics event processor
- list maintenance will be added back in the future via alternative means
2021-01-12 18:40:31 +00:00
..
jobs Bumped job-manager version to 0.7.0 2021-01-06 17:48:05 +13:00
lib 🐛 Disabled auto-unsubscribe of members on permanent email failure events 2021-01-12 18:40:31 +00:00
providers Added guard for page.items existing in Mailgun response 2020-12-07 11:07:25 +00:00
email-analytics.js Added members.email_open_rate aggregation to email analytics (#12458) 2020-12-08 12:43:10 +00:00
index.js