Opened 13 months ago
Closed 13 months ago
#1488445 closed Bugs (fixed)
Valid address formats misleadingly detected and treated as invalid in "Reply-To" and "Bcc" fields under Identities
| Reported by: | myfreexp | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.8-rc |
| Component: | Core functionality | Version: | 0.7.2 |
| Severity: | normal | Keywords: | valid address format real name multiple addresses |
| Cc: | arthur@… |
Description
In the "Reply-To" and "Bcc" fields under Identities, it is not possible to enter the following address formats:
Real Name <local.part@…>
Real Name <local.part@…>, Real Name <local.part@…>
local.part@…, local.part@…
RC is complaining about an invalid address in all of these cases (although the address(es) and their format are perfectly valid).
The only entry RC does accept, is a single address without real name.
Change History (3)
comment:1 Changed 13 months ago by myfreexp
comment:2 Changed 13 months ago by roentgen
- Cc arthur@… added
comment:3 Changed 13 months ago by thomasb
- Resolution set to fixed
- Severity changed from major to normal
- Status changed from new to closed
Fixed in [6707ca47]
Note: See
TracTickets for help on using
tickets.

As this is my first ticket, I'm not too familiar yet with the formatting of trac, but had to realize that lines with a CR are not treated as new lines/paragraphs. The above examples should read as:
Real Name <local.part@…>
Real Name <local.part@…>, Real Name <local.part@…>
local.part@…, local.part@…
RC is complaining about an invalid address in all of these cases (although the address(es) and their format are perfectly valid).