Delivery Servers Web Hooks (DSWH) handler issue

Sorin Pohontu

New Member
Hello.

Just testing the system with Mailgun and Webhooks and I do wanna try to have a clean List from the start.

I've created a list with "Welcome email: Yes" and I did try to subscribe an email that will bounce (doesntexist@example.com).

DSWH Controller doesn't process this kind of Bounces (for all Webhooks, not only for Maingun), because it's checking for MetaData and Campaign ID, which doesn't exists on Welcome email.

This is a typical Response from MailGun

Code:
{
  "severity": "permanent",
...
  "event": "failed",
  "campaigns": [],
  "reason": "bounce",
  "user-variables": {
   "metadata": "[]"
  },
...
"recipient": "doesntexist@example.com",
....

Any chance for a quick fix ? :)

Note: I'm running version 1.3.9.4, a fresh install, but the prrocessing in DswhController.php it's about the same as in 1.3.8.5 (mostly).

Have a nice day,
/Sorin
 
Back
Top