NDR / Notify Senders

Questions and answers about how to do stuff
Post Reply
xware
Posts: 6
Joined: 06 May 2019 17:00

NDR / Notify Senders

Post by xware »

i am having an issue when a user INSIDE my org sends a message that gets blocked. they are not notified in any way and just seems to them like the email got delivered.

i have Notify Senders set to yes.

for instance, some users have been sending converted xls file as pdfs but the file name shows filename.xls.pdf so the email is blocked by efa project because it thinks they are trying to disguised an xls file.

the issue is that the sender INSIDE my org is never notified that the email was blocked. is there something I'm missing?
User avatar
shawniverson
Posts: 3782
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: NDR / Notify Senders

Post by shawniverson »

Is this also set?

Code: Select all

Notify Senders Of Blocked Filenames Or Filetypes = yes
xware
Posts: 6
Joined: 06 May 2019 17:00

Re: NDR / Notify Senders

Post by xware »

it is

#
# Notifications back to the senders of blocked messages
# -----------------------------------------------------
#

# Do you want to notify the people who sent you messages containing
# viruses or badly-named filenames?
# This can also be the filename of a ruleset.
Notify Senders = yes

# *If* "Notify Senders" is set to yes, do you want to notify people
# who sent you messages containing viruses?
# The default value has been changed to "no" as most viruses now fake
# sender addresses and therefore should be on the "Silent Viruses" list.
# This can also be the filename of a ruleset.
Notify Senders Of Viruses = yes

# *If* "Notify Senders" is set to yes, do you want to notify people
# who sent you messages containing attachments that are blocked due to
# their filename or file contents?
# This can also be the filename of a ruleset.
Notify Senders Of Blocked Filenames Or Filetypes = yes

# *If* "Notify Senders" is set to yes, do you want to notify people
# who sent you messages containing attachments that are blocked due to
# being too small or too large?
# This can also be the filename of a ruleset.
Notify Senders Of Blocked Size Attachments = yes

# *If* "Notify Senders" is set to yes, do you want to notify people
# who sent you messages containing other blocked content, such as
# partial messages or messages with external bodies?
# This can also be the filename of a ruleset.
Notify Senders Of Other Blocked Content = yes

# If you supply a space-separated list of message "precedence" settings,
# then senders of those messages will not be warned about anything you
# rejected. This is particularly suitable for mailing lists, so that any
# MailScanner responses do not get sent to the entire list.
Never Notify Senders Of Precedence = list bulk
Post Reply