Modify ↓
Opened 8 years ago
Closed 8 years ago
#12868 closed defect (wontfix)
full e-mail adress in CC: field ignored
Reported by: | morgana2313 | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | AnnouncerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description (last modified by )
Announcer looks up the email addresses for trac users in the ticket CC: field just fine, but doesn't work for user@host.domain.com
formatted addresses. Example:
CC ticket field | TracUser, TWO@mailinator.com
|
TracUser's email-adress | ONE@mailinator.com
|
2016-09-15 09:10:41,378 Trac[mail] DEBUG: EmailDistributor found the address 'ONE@mailinator.com' for 'TracUser's (authenticated)' via: SessionEmailResolver 2016-09-15 09:10:41,378 Trac[mail] DEBUG: EmailDistributor expected local delivery for TracUser's to: ONE@mailinator.com 2016-09-15 09:10:41,380 Trac[mail] DEBUG: EmailDistributor is sending event as 'text/html' to: ONE@mailinator.com 2016-09-15 09:10:41,380 Trac[mail] DEBUG: All email recipients: [u'ONE@mailinator.com']
I would expect the TWO@mailinator.com
addresses to be in the recipients list as well.
I did a fresh install (1.0.dev0) with
easy_install https://trac-hacks.org/svn/announcerplugin/trunk
Attachments (0)
Change History (3)
comment:1 Changed 8 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 8 years ago by
Owner: | Steffen Hoffmann deleted |
---|
comment:3 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Please upgrade to Trac 1.2, which has integrated the core of AnnouncerPlugin. Please raise the issue on the trac:MailingList if you encounter the issue with Trac 1.2.