mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Fix empty strings in AnymailInboundMessage from/to/cc
Fix AnymailInboundMessage.to, .cc, .from_email when message was built with AnymailInboundMessage.construct using empty strings for those params. (Postmark inbound relies on this.) Fixes #307
This commit is contained in:
@@ -33,6 +33,9 @@ vNext
|
||||
Fixes
|
||||
~~~~~
|
||||
|
||||
* **Postmark:** Fix spurious AnymailInvalidAddress in ``message.cc`` when
|
||||
inbound message has no Cc recipients. (Thanks to `@Ecno92`_.)
|
||||
|
||||
* **Postmark:** Workaround for handling inbound test webhooks.
|
||||
(`More info <https://github.com/anymail/django-anymail/issues/304>`__)
|
||||
|
||||
@@ -1428,6 +1431,7 @@ Features
|
||||
.. _@dgilmanAIDENTIFIED: https://github.com/dgilmanAIDENTIFIED
|
||||
.. _@dimitrisor: https://github.com/dimitrisor
|
||||
.. _@dominik-lekse: https://github.com/dominik-lekse
|
||||
.. _@Ecno92: https://github.com/Ecno92
|
||||
.. _@erikdrums: https://github.com/erikdrums
|
||||
.. _@ewingrj: https://github.com/ewingrj
|
||||
.. _@fdemmer: https://github.com/fdemmer
|
||||
|
||||
Reference in New Issue
Block a user