Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sendout appears stalled if sent two multiple mailing lists, and contact has bounced on just one of them #23

Closed
phoob opened this issue Oct 6, 2018 · 2 comments

Comments

@phoob
Copy link
Contributor

phoob commented Oct 6, 2018

I first sent out a campaign to two mailing lists in one sendout (many of the subscribers appear on both lists). Some of them bounced. But after handling the bounces, I registered that the bounces were only registered for one of the lists.

The next campaign that went out to the same two mailing lists appeared stalled (went back to pending, saying some mails were left unsent) after sending to all contacts. After inspecting the remaining users, I realized that the ones that remained in the sendout queue were ones that had been bounced in one of the lists, but not the others.

I guess this problem occurs in part because bounces are written to the database both in campaign_contacts, contacts_campaigns and contacts_mailinglists.. maybe bounces should only be registered to - or at least retrieved from - the contact itself?

My solution right now a to run a few sql queries to sync bounce status for all mailinglists based on the status in the contacts model..

Regards, Peter

@putyourlightson
Copy link
Collaborator

Thanks Peter, I'll look into this and get a few out in the coming days.

@putyourlightson
Copy link
Collaborator

Fixed in f623421

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant