Skip to content

Commit

Permalink
Fixes issue zammad#2734 - Enhance postmaster filters to be able ignor…
Browse files Browse the repository at this point in the history
…ing vacation mails (out of office).
  • Loading branch information
thorsteneckel committed Sep 16, 2019
1 parent 89c74ba commit 568ed22
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ class App.UiElement.postmaster_match
value: 'x-loop'
name: 'X-Loop'
},
{
value: 'x-zammad-out-of-office'
name: 'X-Zammad-Out-Of-Office'
},
]

groups
Expand Down

0 comments on commit 568ed22

Please sign in to comment.