From: Mark Wooding Date: Tue, 27 Feb 2018 12:31:35 +0000 (+0000) Subject: dot/emacs: Inhibit autoresponses from Exchange. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/fd2b26a82fde14b29d3c06bb1dee61814f73c4fc dot/emacs: Inhibit autoresponses from Exchange. 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. --- diff --git a/dot/emacs b/dot/emacs index 4bf9ae9..ce9f4ad 100644 --- a/dot/emacs +++ b/dot/emacs @@ -172,7 +172,7 @@ 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)