6.0.0-beta1
10/18/25

[#10006] traling comma when selecting addres from the address book
Summary traling comma when selecting addres from the address book
Queue IMP
Queue Version Git master
Type Bug
State Not A Bug
Priority 1. Low
Owners
Requester jcblanco (at) fi (dot) upm (dot) es
Created 04/28/2011 (5287 days ago)
Due 04/28/2011 (5287 days ago)
Updated 04/29/2011 (5286 days ago)
Assigned
Resolved 04/28/2011 (5287 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
04/29/2011 04:14:51 PM Michael Slusarz Comment #4 Reply to this comment
The comma is expected.  It is removed by IMP before sending.
Well, in my case, yesterday when I've tried to send a message after 
selecting some addresses from the address book I get an error "Error 
communicating with the server" however, after I've removed the 
trailing comma the message was sent successfully.
Then its not IMP adding the comma.  Sure enough, in 
imp/lib/Compose.php, line 1059:

             $header[$key] = rtrim(implode('', $tmp), ' ,');

So IMP is definitely stripping trailing commas.
04/29/2011 09:22:02 AM jcblanco (at) fi (dot) upm (dot) es Comment #3 Reply to this comment
The comma is expected.  It is removed by IMP before sending.
Well, in my case, yesterday when I've tried to send a message after 
selecting some addresses from the address book I get an error "Error 
communicating with the server" however, after I've removed the 
trailing comma the message was sent successfully.
04/28/2011 06:21:13 PM Michael Slusarz Comment #2
State ⇒ Not A Bug
Reply to this comment
The comma is expected.  It is removed by IMP before sending.
04/28/2011 06:09:54 PM jcblanco (at) fi (dot) upm (dot) es Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Due ⇒ 04/28/2011
Summary ⇒ traling comma when selecting addres from the address book
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
When composing a message and selecting destination addresses from the 
address book window a trailing comma is included after the last 
address. If the user dos not delete it most smtp servers will reject 
the submission

Saved Queries