How to filter out auto reply emails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 03:20 AM
If a sender replies with auto reply, we need to stop certain trigger notification - in order to avoid any looping of emails. How can we do this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 03:47 AM - edited 09-19-2023 03:51 AM
There is no perfect filtering mechanism for detecting auto replies, but you can try the following conditions.
Header :: Contains :: Auto-Submitted: auto-generated
OR
Header :: Contains :: X-Autoreply
OR
Header :: Contains :: X-Autorespond
OR
Header :: Contains :: Precedence: auto_reply
OR
Header :: Contains :: X-Auto-Response-Suppress
OR
Subject :: Contains :: Automatic reply
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 11:24 PM
Did my answer helped you, if not please let me know.
Please mark my answer helpful and accept as solution if it helped you ✔️👍
Anvesh