id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,branch,changelog,apichanges,internalchanges 3101,smtp_always_cc ignored unless Trac would already be sending an email,Tim Hatch ,Christopher Lenz,"This is a regression from the fix for #3057 which occured in r3231. Basically if a ticket has someone in the Cc: field, then it works fine and picks up the `smtp_always_cc` values as it should. However, if the Cc: field is blank, `ticket/notification.py` bails with the message {{{ 2006-05-01 13:08:22,117 Trac[notification] INFO: no recipient for a ticket notification }}} Before giving up, it should see if there are any email addresses in {{{smtp_always_cc}}} (and now {{{smtp_always_bcc}}}, which I didn't add), if those config options exist. I've made a patch for {{{smtp_always_cc}}} which solves the problem in my case, since I don't use bcc. The full fix should check both {{{cc}}} and {{{bcc}}}, however now that there are two lists of addresses to check, I wonder if the ""bail, no reason to notifiy"" check should be moved to {{{trac.notification}}} instead of {{{trac.ticket.notification}}}?",defect,closed,highest,0.10,ticket system,devel,major,fixed,smtp_always_cc notification email,,,,,