Summary | Notice: Array to string conversion in /www/webapps/htdocs/monbureau-v3/imp/lib/MIME/Headers.php on line 75 |
Queue | IMP |
Queue Version | 4.0.3 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | luc.germain (at) usherbrooke (dot) ca |
Created | 04/12/2005 (7363 days ago) |
Due | |
Updated | 04/14/2005 (7361 days ago) |
Assigned | 04/14/2005 (7361 days ago) |
Resolved | 04/14/2005 (7361 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
states for List-* Headers: "There MUST be no more than one of each
field present in any given message." Errors-to is a non-standard
header (see RFC 2076), but would not be causing the error you report
(this error is only triggered by list headers).
I'll go ahead and add a check in MIME_Headers::getValue() to
explicitly prevent this from happening in the future.
Assigned to Michael Slusarz
State ⇒ Assigned
fix or a ticket...
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Notice: Array to string conversion in /www/webapps/htdocs/monbureau-v3/imp/lib/MIME/Headers.php on line 75
Queue ⇒ IMP
(and previous too):
Notice: Array to string conversion in
/www/webapps/htdocs/monbureau-v3/imp/lib/MIME/Headers.php on line 75
I tracked down the problem to messages having multiple copies of the
same headers like "Errors-to:" or Lists headers like "List-Owner:"
etc. (This happens for example when a list address is a member of
another list, so the mail passes through two lists and have the
headers of each list).
Displaying all headers show a lot of theses "Notice:" messages but
all copies of headers are shown correctly (preceded by list bullets).
When showing list info headers, "Notice" messages also show, and
headers with multiple entries simply show as "Array".
Not a big deal since it's a pretty rare situation, but maybe it is
simple to solve?
Thanks.
Luc.