Users having unsubscribed to notification will keep receiving emails if they are set as Cc/Bcc via a mail script notificationIssue Have a user unsubscribe to a notification (Incident commented, for instance)Have the notification use an email template, which will in turn use an email scriptHave this email script send the notification to the recently created user in CcImpersonate that user and comment an incident (or do any action that should (not) trigger the associated notification)The user who unsubscribed to the notification will receive that notification anywayCauseThis is due to the fact that the mail script is externally inserting the email address. This is similar to adding the recipient externally with a BR and it is done outside the checks performed by notification engine. Therefore the notification engine would not be able to see if the additional recipient has a filter or not.ResolutionThis is expected behaviour in the currently supported releases, and it should be taken into account while designing email notifications. A fix/enhancement is under development to be available in future releases. Ref.: PRB1588668/KB1122968 - Users are not unsubscribed when unsubscribing to the emails sent by the hr_integration_job_status sys_script_email