Skip to content
Snippets Groups Projects
Commit 0cc04d87 authored by Peter Rotich's avatar Peter Rotich
Browse files

Add more options for suppressing auto-responses

parent c0dc65bd
Branches
Tags
No related merge requests found
......@@ -875,7 +875,7 @@ class TicketFilter {
'Precedence' => array('AUTO_REPLY', 'BULK', 'JUNK', 'LIST'),
'Subject' => array('OUT OF OFFICE', 'AUTO-REPLY:', 'AUTORESPONSE'),
'X-Autoreply' => 'YES',
'X-Auto-Response-Suppress' => 'OOF',
'X-Auto-Response-Suppress' => array('ALL', 'DR', 'RN', 'NRN', 'OOF', 'AutoReply'),
'X-Autoresponse' => '',
'X-Auto-Reply-From' => ''
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment