mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Mailgun: fix webhook error with null delivery-status
Mailgun now sometimes posts `"delivery-status": null` in the tracking event payload. Avoid raising an AttributeError when that occurs. Fixes #361
This commit is contained in:
@@ -44,6 +44,13 @@ Features
|
||||
(Thanks to `@Arondit`_ for the implementation.)
|
||||
|
||||
|
||||
Fixes
|
||||
~~~~~
|
||||
|
||||
* **Mailgun:** Avoid an error when Mailgun posts null delivery-status
|
||||
to the event tracking webhook. (Thanks to `@izimobil`_ for the fix.)
|
||||
|
||||
|
||||
v10.2
|
||||
-----
|
||||
|
||||
@@ -1595,6 +1602,7 @@ Features
|
||||
.. _@Flexonze: https://github.com/Flexonze
|
||||
.. _@gdvalderrama: https://github.com/gdvalderrama
|
||||
.. _@Honza-m: https://github.com/Honza-m
|
||||
.. _@izimobil: https://github.com/izimobil
|
||||
.. _@janneThoft: https://github.com/janneThoft
|
||||
.. _@jc-ee: https://github.com/jc-ee
|
||||
.. _@joshkersey: https://github.com/joshkersey
|
||||
|
||||
Reference in New Issue
Block a user