Exclaimer: Multiple email addresses being captured in reporting
Issue
You are using a survey in your Exclaimer signature and have the recipient variable present in the recipient email custom field within the Thermometer.

However, when an email is sent containing the survey to multiple recipient's in the TO or CC field, all email addresses are displayed next to the rating in the Reporting. This makes it hard to know who has responded to the survey.

You can see in the screenshot above three emails are in the Recipient Email field therefore, we do not know who exactly clicked the Gold.
Reason
The way identifiable data is captured such as the recipient's and sender's email is by using Exclaimer's recipients variable within the survey code as we can see below in the Email custom field.
This variable gets all email recipients in the TO and CC fields of the email containing the survey when it is sent. These fields are then captured in the Customer Thermometer reporting, when a rating is submitted.
At this time, the limitation on the variable means it's not possible to see who has actually submitted the rating when sending multiple to more than one email recipient.
Similarly, if you are sending to multiple recipients and only one email is showing in your reporting it is due to the variable you are using. Exclaimer has both Recipients and Recipient variables.
{Recipient}
will only pull the first email address.
{Recipients}
will pull in all addresses as displayed above.