Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Policy - auto reply headers #21

Closed
jbostoen opened this issue Aug 8, 2022 · 2 comments
Closed

Feature: Policy - auto reply headers #21

jbostoen opened this issue Aug 8, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@jbostoen
Copy link
Owner

jbostoen commented Aug 8, 2022

Some e-mail headers exist which allows detecting whether an e-mail was auto generated (out-of-office, mail rule, ...).

This would be similar to the existing policy where organizations can define subject patterns that can be ignored, but it would also make it easier to do this no matter what language is used in the subject.

Furthermore, the "ignore subjects" policy is still relevant as it may be used to filter out other tickets as well.


Source: https://www.jitbit.com/maxblog/18-detecting-outlook-autoreplyout-of-office-emails-and-x-auto-response-suppress-header/

Headers that are safe to use

Through trial and error we've figured out what headers you actually should use to detect auto-responses. Here they are:

  • X-Autoreply
  • X-Autorespond
  • auto-submitted with a value of "auto-replied"

If any of those are present in an email, then that email is an auto-reply

@jbostoen jbostoen self-assigned this Aug 8, 2022
@jbostoen jbostoen added the enhancement New feature or request label Aug 8, 2022
@jbostoen jbostoen changed the title Investigate: auto reply headers Feature: Policy - auto reply headers Aug 8, 2022
@jbostoen
Copy link
Owner Author

jbostoen commented Aug 9, 2022

These headers do not seem to be present when you set up a mail rule in Outlook (Outlook.com account) where you automatically respond with a template to an incoming e-mail.

@jbostoen
Copy link
Owner Author

jbostoen commented Nov 13, 2022

https://stackoverflow.com/questions/1027395/detecting-outlook-autoreply-out-of-office-emails

Additional hint:

If anything, you can use X-Auto-Response-Suppress the other way around. You can add something like this to your outgoing email to minimize the number of useless emails you get in response:

X-Auto-Response-Suppress:OOF

https://www.arp242.net/autoreply.html
https://learn.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxcmail/ced68690-498a-4567-9d14-5c01f974d8b1?redirectedfrom=MSDN

https://community.mimecast.com/s/article/Configuring-Auto-Response-Definitions-and-Policies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant