Note: I would have added this to the bug database if I could figure out how. It seems that people can only modify their own bug reports ... not add to bug reports supported by others. Feel free to educate me on this. Like the author of bug #9461, I also tracked the problem down to mm_login() in ext/imap/php_imap.c [that is where my stack was getting stomped]. I replaced the later two calls to strncpy() in the function, with calls to strcpy(), and now I can use the function to login to news servers with no problem! The code in mm_login() looks correct to me - but I cannot believe that there is a bug in Linux's libc.a:strncpy(). I have a web based gateway up and running with hundreds of user's using my modified imap_open() to successfully connect to nntp with their usernames and passwords (we always require authentication). My modification seems to be a good workaround - but I don't know why. James -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]