Closed dlowe closed 12 years ago
The change to make-jmessage is not strictly necessary, but I found it helpful to be able to test make-jmessage directly, without relying on the side-effect of writeTo() calling saveChanges(). YMMV.
Pushed. Thanks for the fix David!
When we upgraded to postal 1.9.0, we found that our messages' Message-ID headers were being discarded by some recipient domains (e.g. google). After some thrashing, it turns out this is because they're non-standard, e.g.:
This causes DKIM signature problems for us. This patch fixes it by making the default Message-ID headers compliant again, e.g.:
(See http://www.ietf.org/rfc/rfc5322.txt section 3.6.4 for the relevant standard.)