For ticket submission I primarily use emails.A cool feature that has been added post 1.6 is the ability to have CC: addresses added as collaborators for tickets submitted via email.My current issue is that the CC field does not get processed when I submit an email ticket with CC populated.My email processing is as follows:email is piped --> pipe.phpI have two email filters that auto assign the tickets to a certain group depending on the email address To: field (I'm wondering if this is the cause of my issue)Ticket is created successfully and user/admins are notified, however people cc'ed are not added as collaborators.I did some digging through the database and found that the email headers are saved in the table ticket_email_info. I found the test email I sent and the header did in fact contain the CC field. However, when I view the ticket there are no collaborators added to it.Any ideas as to possible causes/solutions for this issue?Has anyone else experienced this behavior?