dot/emacs: Inhibit autoresponses from Exchange.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 27 Feb 2018 12:31:35 +0000 (12:31 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 27 Feb 2018 12:31:35 +0000 (12:31 +0000)
See https://msdn.microsoft.com/en-us/library/ee219609(v=exchg.80).aspx
for the details.  For now, inhibit delivery reports, read and non-read
notifications, and out-of-office notifications.

And there was much rejoicing.

dot/emacs

index 4bf9ae9..ce9f4ad 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
       mail-signature t
       mail-yank-prefix "> "
       mail-archive-file-name nil
-      message-default-mail-headers ""
+      message-default-mail-headers "X-Auto-Response-Suppress: DR, RN, NRN, OOF\n"
       message-default-news-headers ""
       compose-mail-user-agent-warnings nil)