开发者

PHP Fatal error: imap_headerinfo(): Address buffer

开发者 https://www.devze.com 2023-01-24 08:38 出处:网络
I am facing issue, when my cron is run. This is my error: PHP Fatal error: imap_headerinfo开发者_JS百科(): Address buffer overflow.

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/

0

精彩评论

暂无评论...
验证码 换一张
取 消