My users put their friends in to address book.
She put single Nickname with many email addresses.
When adding, it work fine.
But once Compose then use Address in Address book, it put like (In the To:
textbox)
Nickname <email1@yahoo.com,email2@hotmail.com,email3@gmail.com>
and when click on Send button, got ...
Message not sent. Server replied:
Syntax error in parameters or arguments
501 Bad address syntax
Then: (What I hack the code...)
in functions/addressbook.php
function full_address($row)
/* I Modified by comment this
if ($addrsrch_fullname == 'fullname')
return $row['name'] . ' <' . trim($row['email']) . '>';
else if ($addrsrch_fullname == 'nickname')
return $row['nickname'] . ' <' . trim($row['email']) . '>';
else // "noprefix"
*/
return trim($row['email']);
Then, it worked.
Is it ok?
Nobody/Anonymous
Address Book
None
Public
|
Date: 2009-02-19 23:46 No, it's not OK to simply comment out a whole block of code that you don't |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2009-02-19 23:46 | pdontthink |
| resolution_id | None | 2009-02-19 23:46 | pdontthink |
| allow_comments | 1 | 2009-02-19 23:46 | pdontthink |
| close_date | - | 2009-02-19 23:46 | pdontthink |
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use