This is another one where mimemail module and SMTP together are causing trouble. Sine the mimemail project released their beta4 early this month, they are including a space after the colon in header fields (see #2404719: Missing Space in RFC Headers Breaks DKIM) and that is going to break other functionality down the road.
A simple trim() in SmtpMailSystem::_get_substring() should resolve that for any circumstances and negative side effects are not foreseeable. A patch to be submitted asap.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | smtp-n2556369-9.patch | 365 bytes | wundo |
| #8 | Screen shot 2016-01-30 at 10.45.10 PM.png | 34.39 KB | Anonymous (not verified) |
Comments
Comment #2
jurgenhaasComment #4
jurgenhaasA sorry, just forgot that PHPStorm is still generating non-compatible patch files. Manually edited the file and it should now be OK.
Comment #5
damienmckennaRerolled.
Comment #6
damienmckennaThis would be safe to include in the next release.
Comment #7
Anonymous (not verified) commentedQued for retest.
Comment #8
Anonymous (not verified) commentedWorks great for me. Terminal image included.
Comment #9
wundo commentedPatch needed re-roll, here is the updated file
Comment #11
wundo commented