Skip to content

Commit

Permalink
Add Precedence:list to the list of no auto-reply send headers - closes
Browse files Browse the repository at this point in the history
  • Loading branch information
freescout-help-desk committed Nov 25, 2024
1 parent ef4d37f commit a0659a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Misc/Mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -591,8 +591,8 @@ public static function isAutoResponder($headers_str)
'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'],
'precedence' => ['auto_reply', 'bulk', 'junk', 'list'],
'x-precedence' => ['auto_reply', 'bulk', 'junk', 'list'],
];
$headers = explode("\n", $headers_str ?? '');

Expand Down

0 comments on commit a0659a8

Please sign in to comment.