mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
9fe3555897
We're seeing behaviour from Mailgun where permanent failures with a 5xx error code are not being added to their internal suppression list, which is resulting in the Ghost list becoming out of sync with Mailgun. Rather than adding emails to the suppression list when Mailgun does, we're instead going to add emails _after_ Mailgun does, by waiting for an error code which tells us the email is already on the suppression list. Those codes are 605 for previous bounces and 607 for previous spam complaints. |
||
---|---|---|
.. | ||
content | ||
core | ||
test | ||
.c8rc.e2e.json | ||
.c8rc.json | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.npmignore | ||
config.development.json | ||
ghost.js | ||
index.js | ||
jsconfig.json | ||
loggingrc.js | ||
MigratorConfig.js | ||
package.json | ||
playwright.config.js |