Skip to content

Commit

Permalink
Add Delivered-To:Autoresponder to the list of autoresponder headers
Browse files Browse the repository at this point in the history
  • Loading branch information
freescout-help-desk committed Oct 4, 2024
1 parent c80ce3d commit 927afe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Misc/Mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
];
Expand Down

0 comments on commit 927afe4

Please sign in to comment.