From: Date: October 17 2005 5:31pm Subject: Re: Error on Associate Emails screen List-Archive: http://lists.mysql.com/eventum-users/2377 Message-Id: <4353C3B6.5050605@mysql.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Rusty, Rusty Nejdl wrote: > > Commenting out line 1077 in class.support.php still resolves this issue. Thanks! That let me track down what the root problem was. The last email address you passed in above was invalid. The library was checking that the email addresses were valid and since one was, it was dieing. We don't need to check email addresses for validity at that point so I disabled the check. I also fixed another bug, only the first name/email address from that list of addresses would be displayed on the emails page instead of displaying all of them. The solution for the first problem is to either keep commenting out that line (which isn't optimal but it works) or change Mail_API::getAddressInfo to use $t = Mail_RFC822::parseAddressList($address, null, null, false); instead of $t = Mail_RFC822::parseAddressList($address); This and other changes will be in our next release. Thanks for helping me track this down. Best Regards, -- Bryan Alsdorf, Software Engineer MySQL AB, www.mysql.com Are you MySQL certified? www.mysql.com/certification