How to change it that the notice wouldn't be send to the user who sent the e-mail containing some virus?!
I did the "search" but didn't find...
Thanks
How to change it that the notice wouldn't be send to the user who sent the e-mail containing some virus?!
I did the "search" but didn't find...
Thanks
You need to supply more information.
What mail server and AV solution are you using?
Standard cPanel box + MailScanner from layer1, clamav
MailScanner places the following in the header of sender notifications:
X-MailScanner: generated
When the mail gets bounced (due to spoofed addresses or whatever reason) it is recognized by MailScanner to avoid looping conditions.
If you still want to eliminate the notification, edit your /etc/MailScanner.conf file. Look for the line
Notify Senders = yes
and change it to
Notify Senders = no