I am still receiving some email, but I'm getting "(Get Message): [0] Malformed header detected [] []" for most emails coming to my account. Including normal looking email from gmail.com
I'm on Version 4.2.7
Please help!
Edit: I'm going to try upgrading ZEND-MAIL manually. Will report back.
Edit 2: Newest Zend still has error. I have manually edited ZEND-MAIL's Headers.php and removed the offending exceptions (surely a bad idea, but I'm out of ideas).
I commented out lines 82 and 88:
//throw new Exception\RuntimeException('Malformed header detected');
Appears email is now arriving properly
I'm on Version 4.2.7
Please help!
Edit: I'm going to try upgrading ZEND-MAIL manually. Will report back.
Edit 2: Newest Zend still has error. I have manually edited ZEND-MAIL's Headers.php and removed the offending exceptions (surely a bad idea, but I'm out of ideas).
I commented out lines 82 and 88:
//throw new Exception\RuntimeException('Malformed header detected');
Appears email is now arriving properly
Comment