Hi there,
we have the following content filter in place:
Conditions (All of the following must match):
recv-listener == "SB-IN"
attachment-filetype == "Executable"
Actions:
quarantine("executable-quarantine")
notify ("$EnvelopeRecipients", "Mail geblockt (executable)", "fw-admin@secret.com", "exe-blocked")
skip-filters()
Mails with an executable as an attachment gets quarantined and the recipient(s) get an email.
The Problem here is, if the mail is send to two recipients, one the "normal" To: Header and the other as a BCC:, the
notification-mail is send to both recipients, and both recipients appear in the To-Header of the Notification-Mail.
It would be better if the notification-Mail is send to both recipients individually (as it happens for virus-quarantine-notifications).
Are there any ways to configure the notification, so that bcc recipients are not shown to all other recipients?
Kind regards,
Christian