Opened 8 years ago

Last modified 7 years ago

#12868 closed defect

full e-mail adress in CC: field ignored — at Initial Version

Reported by: morgana2313 Owned by: Steffen Hoffmann
Priority: normal Component: AnnouncerPlugin
Severity: normal Keywords:
Cc: Trac Release:

Description

Announcer looks up the email addresses for trac users in the ticket CC: field just fine, but doesn't work for user@… formatted addresses. Example:

CC ticket field TracUser, TWO@…
TracUser's email-adress ONE@…
 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@… 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

Change History (0)

Note: See TracTickets for help on using tickets.