Blocking of Auto Respond Messages for forwarded Emails

For Compliance purpose at times Emails of User A are forwarded to Email of User B, without informing user A, now in case User B puts an autoreply message then that auto reply message is triggered to sender C who has marked a mail to User A, which is not expected, so we should have such feature in the system.

 

0 1 3,106
1 REPLY 1

you can block automatic response messages for forwarded emails using a few different methods.

  1. Using Filters: You can create a filter in Gmail that automatically marks any email with the "Auto-Submitted" header as read. This header is often added to messages generated by automatic response systems. To create the filter:
  • Go to the Gmail settings
  • Click on the Filters and Blocked Addresses tab
  • Click on the Create a new filter button
  • In the Has the words field, enter "Auto-Submitted: auto-replied"
  • Select the Mark as read option
  • Click on the Create filter button
  1. Using Google Workspace Script: You can use a Google Workspace Script to automatically mark as read any email with the "Auto-Submitted" header. To set this up, you'll need to create a script and set a trigger to run the script when new emails are received. You can find sample scripts for this purpose on the internet or from the google script gallery.

  2. Using Google Workspace Policy: You can use the Google Workspace admin console to create a policy that blocks automatic response messages for forwarded emails. This can be done by setting an email policy that blocks the "Auto-Submitted" header. To set this up:

  • Go to the Google Workspace admin console
  • Click on the Apps menu
  • Click on the G Suite menu
  • Click on the Gmail menu
  • Click on the Advanced settings
  • Scroll down to the Email Policies section
  • Click on the Configure button
  • Create a new policy and set the rule to block any email with the "Auto-Submitted" header.

Please note that these are general instructions and the exact steps may vary depending on the version of Google Workspace you are using.