diff --git a/app/Misc/Mail.php b/app/Misc/Mail.php index b3460b689..d214f7591 100644 --- a/app/Misc/Mail.php +++ b/app/Misc/Mail.php @@ -581,6 +581,7 @@ public static function isAutoResponder($headers_str) 'x-autorespond' => '', 'x-autoresponder' => '', 'auto-submitted' => '', // this can be auto-replied, auto-generated, etc. + 'delivered-to' => ['autoresponder'], 'precedence' => ['auto_reply', 'bulk', 'junk'], 'x-precedence' => ['auto_reply', 'bulk', 'junk'], ];