Skip to content

Commit

Permalink
Add X-Autoresponder to the list of auto-responder headers - closes #4226
Browse files Browse the repository at this point in the history
  • Loading branch information
freescout-help-desk committed Sep 12, 2024
1 parent 5a989ec commit e63904a
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 @@ -579,6 +579,7 @@ public static function isAutoResponder($headers_str)
$autoresponder_headers = [
'x-autoreply' => '',
'x-autorespond' => '',
'x-autoresponder' => '',
'auto-submitted' => '', // this can be auto-replied, auto-generated, etc.
'precedence' => ['auto_reply', 'bulk', 'junk'],
'x-precedence' => ['auto_reply', 'bulk', 'junk'],
Expand Down

0 comments on commit e63904a

Please sign in to comment.