FIX: email receiver should ignore x-auto-response-suppress

This header is used by Microsoft Exchange to indicate when certain types of
autoresponses should not be generated for an email.

It triggers our "is this mail autogenerated?" detection, but should not be used
for this purpose.
This commit is contained in:
Michael Brown
2023-05-03 12:17:19 -04:00
parent 6ce1fbc479
commit 076def505e
3 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,10 @@
Return-Path: <discourse@bar.com>
From: Foo Bar <discourse@bar.com>
To: reply+4f97315cc828096c9cb34c6f1a0d6fe8@bar.com
Date: Fri, 15 Jan 2016 00:12:43 +0100
Message-ID: <21@foo.bar.mail>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
Some thing.