Ticket #1485733 (closed Bugs: fixed)

Opened 13 months ago

Last modified 13 months ago

cannot cc mail to multiple recipients

Reported by: davidfarrar Owned by:
Priority: 5 Milestone: 0.2.1
Component: Core functionality Version: svn-trunk
Severity: normal Keywords:
Cc:

Description

In svn revision 2288 (but also in some other recent versions - I'm not sure how far back)

it no longer seems possible to include multiple recipients in the to or cc fields. We've tried using spaces, commas, semicolons and newlines as a delimiter but in every case roundcube silently ignores the field while giving the impression that the mail was sent with no problem.

Change History

Changed 13 months ago by alec

  • milestone changed from later to 0.2.1

Changed 13 months ago by rosali

Changed 13 months ago by rosali

I think the bug is in sendmail.inc, line 153. Multiple recipients are enclosed in tags instead of enclosing each recipient into tags.

F.e.:

<roland@…,roland@…> instead of <roland@…>,<roland@…>

Changed 13 months ago by alec

Works for me. What is the input address string? We don't support multiple addresses inside one tag. Is this a standard syntax? The line 153 handles one-address-input only.

Changed 13 months ago by rosali

input is roland at abc.de,roland at def.de

result is <roland at abc.de,roland at def.de>

bug is within function rcmail_mailto_format ...

Changed 13 months ago by rosali

if you need access to my server mail me @ roland at roland-liebl dot de

Changed 13 months ago by alec

  • status changed from new to closed
  • resolution set to fixed

Oh, now I see. Fixed in r2291.

Note: See TracTickets for help on using tickets.