The CreatorCon Call for Content is officially open! Get started here.

How to filter out auto reply emails

vidhya_mouli
Giga Sage

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?

2 REPLIES 2

AnveshKumar M
Tera Sage
Tera Sage

Hi @vidhya_mouli 

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

 

Thanks,
Anvesh

Hi @vidhya_mouli 

 

Did my answer helped you, if not please let me know.

 

Please mark my answer helpful and accept as solution if it helped you ✔️👍

 

Thanks,
Anvesh