PHP Fatal error: imap_headerinfo(): Address buffer
I am facing issue, when my cron
is run. This is my error:
PHP Fatal error:
imap_headerinfo开发者_JS百科(): Address buffer overflow.
It is due to an excessive number of email addresses in the cc section - most likely as a result of recieving a badly formed (purposely) spam email.
Use some error handling to recognise when imap_headerinfo() fails and skip over the message/output a spam/suspicious/error record.
Source:
http://bugs.php.net/bug.php?id=50977
It appears that this is a bug with the c-client (imap_header source library). Ensure that you have recently updated your c-client (also known as your libc-client). You will want a post 2008 update of the software. Look here for more information: http://www.washington.edu/imap/
精彩评论