Modify ↓
#11060 closed defect (duplicate)
AnnouncerPlugin doesn't honor always_cc and always_bcc
Reported by: | Owned by: | Steffen Hoffmann | |
---|---|---|---|
Priority: | normal | Component: | AnnouncerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
I set always_cc and always_bcc in trac.ini like that:
email_always_cc = mail1@cytech.gr
and it seems at the logs that it uses them:
2013-05-08 10:47:13,004 Trac[api] DEBUG: AnnouncementSystem has found the following subscriptions: [vagelis antoniadis(authenticated) via email] 2013-05-08 10:47:13,004 Trac[mail] DEBUG: EmailDistributor has found the following formats capable of handling 'email' of 'ticket': text/html, text/plain 2013-05-08 10:47:13,006 Trac[mail] DEBUG: EmailDistributor found the address 'vanton@cytech.gr' for 'vagelis antoniadis (authenticated)' via: SpecifiedEmailResolver 2013-05-08 10:47:13,006 Trac[mail] DEBUG: EmailDistributor expected local delivery for vagelis antoniadis to: vanton@cytech.gr 2013-05-08 10:47:13,006 Trac[mail] DEBUG: EmailDistributor is sending event as 'text/html' to: vanton@cytech.gr 2013-05-08 10:47:13,007 Trac[mail] DEBUG: All email recipients: [u'vanton@cytech.gr'] 2013-05-08 10:47:13,055 Trac[email_decorators] DEBUG: StaticEmailDecorator added 'dev_team' because of rule: email_always_cc 2013-05-08 10:47:13,055 Trac[email_decorators] DEBUG: StaticEmailDecorator added 'mail1@cytech.gr' because of rule: email_always_bcc 2013-05-08 10:47:13,122 Trac[mail] DEBUG: EmailDistributor took 0.06 seconds to send. 2013-05-08 10:47:13,122 Trac[api] DEBUG: AnnouncementSystem sent event in 0.12 seconds.
But at the mail server's logs it only sends email to the recipient of the TO field and nothing to the ones at CC and BCC fields.
Any ideas?
Attachments (0)
Change History (5)
comment:1 Changed 12 years ago by
comment:3 Changed 12 years ago by
Trac Release: | → 1.0 |
---|
Is it safe to assume that you have the latest TracAnnouncer (r12503)? The -r0
is appended when checking-out with a VCS other than SVN, I think.
Could you post a sanitized version of your [announcer]
section from trac.ini
?
comment:4 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Thanks for stepping in that fast, but sorry, there's no need to explain more here. The issue is clear, see #10676.
Thanks for taking your time to report, but follow-up on the original report as required, please.
Note: See
TracTickets for help on using
tickets.
Which version of Trac are you using, and which version of AnnouncerPlugin have you installed?