id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
10171	CC parsing should use NotifyEmail.addrsep_re.split(ticket['cc'])	mitar	dkgdkg	CC parsing should use `NotifyEmail.addrsep_re.split(ticket['cc'])` as this is what it is used by Trac:\r\n\r\n{{{\r\n#!python\r\nfrom trac.notification import NotifyEmail\r\n\r\n...\r\n\r\n        if not username or username == 'anonymous':\r\n            return False\r\n        return (self.allow_owner and (ticket['owner'] == username)) or \\\r\n            (self.allow_reporter and (ticket['reporter'] == username)) or \\\r\n            (self.allow_cc and username in NotifyEmail.addrsep_re.split(ticket['cc']))\r\n}}}	defect	closed	normal	SensitiveTicketsPlugin	normal	fixed		mmitar@gmail.com	0.12
