id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
8648,Ticket without cc field makes notification failed,guillaume.mella@obs.ujf-grenoble.fr,jeangui,Hello_\r\n\r\n  I tried to install defaultCC plugin onto one trac config(0.12) which was using email2trac(1.6.0 or 2.0.2). Then the tickets submited from emails didn't get notified to the owner and default cc list was not added to the cc list.\r\n\r\nIn this configuration_ the ticket['cc'] was empty. Then I just added two new lines in the main.py/ticket_created method so the cc field get inited:\r\n{{{\r\n        if ticket['cc']:\r\n            ticket['cc'] += '_ '\r\n        else:\r\n            ticket['cc'] = ''\r\n}}}\r\n\r\nHope it helps...\r\n\r\nThanks to all trac contributors!\r\n--\r\nGuillaume\r\n,defect,closed,low,DefaultCcPlugin,critical,duplicate,,,0.12
