Opened 10 years ago
Closed 10 years ago
#12086 closed defect (worksforme)
smtp_always_cc recipients are receiving e-mails, but can't see the full list to reply to all
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | notification | Version: | 1.0.5 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
There are three subscribers within smtp_always_cc list, let say: a@domain.com, b@domain.com, c@domain.com
a is listed first and can see that Trac cc'd a@, b@ and c@ alltogether (all is OK)
b can see that b@ and c@ are cc'd but not a@ (a@ is omitted from the email cc list, however, a@ receives notification as well)
c@ is same as the b@
This causes the problem when either b@ or c@ reply to all via email (a@ wouldn't receive e-mail)
I can assume that there is some corrupted/special logic with first always_cc element.
Attachments (0)
Change History (3)
comment:1 by , 10 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 10 years ago
comment:3 by , 10 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
worksforme from the reporter.



The problem has been solved by triggering use_public_cc to true. Sorry for the false alert.