Rusty,
Rusty Nejdl wrote:
<snip>
>
> 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